2486 shaares
83 private links
83 private links
entity: a unique id and a collection of components
component: a data container
query: a way to gather collections of entities that match some criteria, for use in systems.
prefab: a pre-defined collection of components and even other prefabs to quickly build entities
event: a message to an entity and it's components
This library is heavily inspired by ECS in Caves of Qud. A true ECS library with entities only being ID numbers