Arche v0.14.1
Arche v0.14.1
Arche is an archetype-based Entity Component System for Go.
Arche's Features
- Simple core API. See the API docs.
- Optional logic filter and type-safe generic API.
- Entity relations as first-class feature. See the User Guide.
- World serialization and deserialization with arche-serde.
- No systems. Just queries. Use your own structure (or the Tools).
- No dependencies. Except for unit tests (100% coverage).
- Probably the fastest Go ECS out there. See the Benchmarks.
Changelog
Features
- Adds
World.NewEntityFn
,World.AddFn
andWorld.ExchangeFn
that call a callback function before listener notification (#445)
Bugfixes
- Fixes generic
MapX.Assign
andMapX.NewWith
notifying listeners before setting components (#445, issue #443)
Documentation
- Removes references to deprecated methods from the user guide (#447)