Arche v0.15.3
Arche is an archetype-based Entity Component System for Go.
Arche's Features
- Designed for performance and highly optimized. See the Benchmarks.
- Well-documented API and comprehensive User Guide.
- No systems. Just queries. Use your own structure (or the Tools).
- No dependencies. Except for unit tests (100% test coverage).
- World serialization and deserialization with arche-serde.
Changelog
Performance
- Avoids heap allocations in generic
MapX
by using arrays for IDs (#478)