A feature-complete ECS library
Modules
Components | Container for registered ComponentClasses |
Concord | |
type | Type Helper module to do easy type checking for Concord types |
utils | Utils Helper module for misc operations |
Classes
Component | A pure data container that is contained by a single entity. |
Entity | An object that exists in a world. |
List | Data structure that allows for fast removal at the cost of containing order. |
Pool | Used to iterate over Entities with a specific Components A Pool contain a any amount of Entities. |
System | Iterates over Entities. |
World | A collection of Systems and Entities. |