JavaECS/README.md

5 lines
277 B
Markdown
Raw Permalink Normal View History

2021-05-22 14:32:59 +12:00
# 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