Expand description
§ECS architecture
The engine follows an ECS architecture.
Structs§
- Entity
Manager - Entity manager
Traits§
- Component
Registry - Component registry definition. Macro exists to generate a component on the fly.
- World
- World definition
The engine follows an ECS architecture.