Skip to content

Arche v0.12.0

Compare
Choose a tag to compare
@mlange-42 mlange-42 released this 29 Apr 19:24
· 34 commits to main since this release
ef139e3

Arche v0.12.0

Arche is an archetype-based Entity Component System for Go.

Arche's Features

Changelog

Features

Documentation

  • Adds a showcase chapter "Made with Arche" to the documentation page (#411)

Performance

  • Re-arrange struct fields to save memory in a few places (#413)

Bugfixes

  • Fix crash caused by extending layouts of an inactive archetype (#416, reported in #415)

First-time contributors