Module ecs

Module ecs 

Source
Expand description

§ECS architecture

The engine follows an ECS architecture.

Structs§

EntityManager
Entity manager

Traits§

ComponentRegistry
Component registry definition. Macro exists to generate a component on the fly.
World
World definition