JavaECS/README.md
Brychan Dempsey d66c23fcb3 Restructured the project for a release
Moved to javaecs, compiled via maven
Added changes to readme
2021-06-07 18:00:39 +12:00

5 lines
277 B
Markdown

# JavaECS
An implementation of an Entity-Component-System in Java. Based on the C++ implementation by [Austin Morlan](https://code.austinmorlan.com/austin/ecs).
See the [documentation](https://git.software.kauripeak.co.nz/BrychanD/JavaECS-Docs/wiki) for implmentation details