tetryon2
v0.0.2
Published
ECS Game Engine
Readme
Tetryon Entity Component System
- focus on minimizing heap allocations
- API strives for maximum convenience when it doesn't compromise performance
What you should know
- never store references to entities or components
- the entity builder is a singleton that mutates with every call to engine.entity()
