fennecs 0.4.0-beta ECS just dropped!
https://fennecs.tech
(docs are WIP)
API Changelog:
- Query<>.Blit<C>() allows you to instantly write component data to all entities in a Query. C needs to be a Stream Type
- QueryBuilder.Build() has been deprecated for QueryBuilder.Compile()
- added QueryBuilder.Unique(), to create a Query that will not be shared via the query cache. (great for Filter States)
- Archetypes are backed by Storage<T>, not System.Array
- 100% test coverage
Edited 1y ago