Skip to content

Performance Features

Daan van Yperen edited this page May 30, 2019 · 1 revision

Optional performance features

  • Prefabs - Cheap cloning of entities from a json file.
  • Archetype - Cheap cloning of entities from a programmatic template.
  • Entity Transmuter - Fastest entity composition changes.
  • Weaving - Performance boosting via maven/gradle plugin.
  • Component Pooling - Mitigate garbage collection related freezes and stuttering on the Android platform.
Clone this wiki locally