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

277 B

JavaECS

An implementation of an Entity-Component-System in Java. Based on the C++ implementation by Austin Morlan.

See the documentation for implmentation details