A flexible and efficient entity-component-system implementation.
A flexible and efficient entity-component-system implementation.
The ECS module provides:
- Entity creation and management with ID recycling
- Type-safe component storage with cache-friendly dense packing
- Efficient entity queries through Views
- Lifecycle callbacks (onCreate/onDestroy) for components