tmx.cr
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
- Fork it (https://github.com/geppetto-apps/tmx.cr/fork)
- Create your feature branch (git checkout -b my-new-feature)
- Write tests for your feature (in the spec folder)
- Implement your feature
- Make sure all tests pass
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- [theodorton] Theodor Tonum - creator, maintainer
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