Skip to content

Arche v0.15.3

Latest
Compare
Choose a tag to compare
@mlange-42 mlange-42 released this 11 Feb 12:36
73eaedc

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)

Documentation