tmx.cr

Tmx loader for loading Tiled maps into a basic data structure in Crystal.

Build Status Dependency Status devDependency Status

Tmx.cr

Tmx loader for loading Tiled maps into a basic data structure in Crystal.

Installation

Add this to your application's shard.yml:

dependencies:
  tmx:
    github: geppetto-apps/tmx.cr

Usage

require "tmx"

map = Tmx.load(some_path)
map.layers

Development

TODO: Write development instructions here

Updating docs

bin/update-docs

Contributing

  1. Fork it (https://github.com/geppetto-apps/tmx.cr/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Write tests for your feature (in the spec folder)
  4. Implement your feature
  5. Make sure all tests pass
  6. Commit your changes (git commit -am 'Add some feature')
  7. Push to the branch (git push origin my-new-feature)
  8. Create a new Pull Request

Contributors

Acknowledgements

Fixtures and specs were fetched from the tmx gem project.

Repository

tmx.cr

Owner
Statistic
  • 0
  • 0
  • 0
  • 0
  • 1
  • over 8 years ago
  • August 5, 2016
License

MIT License

Links
Synced at

Tue, 14 Jan 2025 21:58:47 GMT

Languages