Larecs🌲
Larecs🌲
A lightweight archetype-based ECS for Mojo
Larecs🌲 is a performance-oriented archetype-based ECS for Mojo🔥. Its architecture is based on the Go ECS Arche. The package is still under construction, so be aware that the API might change in future versions.
Features
- Clean and simple API
- High performance due to archetypes and Mojo’s compile-time programming
- Support for SIMD via a
vectorize
-like syntax - Compile-time checks thanks to usage of parameters
- Native support for resources and scheduling.
- Tested and benchmarked
- No external dependencies
- More features coming soon…