...Several design decisions have been made to work optimally in a garbage-collected environment and to go easy on the garbage collector. Entitas comes with an optional code generator which radically reduces the amount of code you have to write and makes your code read like well-written prose. Entitas is fast, and light and gets rid of unnecessary complexity. There are less than a handful of classes you have to know to a rocket start your game or application. The Code Generator generates classes and methods for you, so you can focus on getting the job done. ...