Releases: DavidPeicho/ecstra
Releases · DavidPeicho/ecstra
v0.0.2
Library
Added
onEntityAdded()
andonEntityRemoved()
eventsinit()
anddispose()
lifecycle methods on systems
Documentation
Modified
- Remove all "fecs" occurences and replace by "ecstra"
Examples
Added
- Small TypeScript example
Benchmark
A first attempt at writing a small benchmark has been made.
v0.0.1
Added
- Intersection of queries
Not
operator for queries- Static queries automatically created from the
Queries
static object - Topological sorting of systems in a same group
ComponentData
with static properties created and merged with inheritance hierarchy