Entity Component System implementation in Crystal.
Add this to your application's shard.yml
:
dependencies:
ecs:
github: geppetto-apps/ecs.cr
TODO: Write usage instructions here
TODO: Write development instructions here
bin/update-docs
- Fork it (https://github.com/geppetto-apps/ecs.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
- [theodorton] Theodor Tonum - creator, maintainer