manages the entity/component system
sets up the ECS
create a fresh entity
destroy all entities and components and clean up
remove an entity
keeps all the ducks in line
list of all entities
helper to store components in an optimized way
See Implementation
manages the entity/component system