About¶
Geary is an Entity Component System (ECS) written in Kotlin. It was originally designed for use with custom Minecraft: Java Edition servers.
Quick ECS resources¶
- Understanding Component-Entity-Systems, an excellent article outlining basic concepts of an Entity Component System.
- ECS Wikipedia page