Skip to content

Releases: DavidPeicho/ecstra

v0.0.2

30 Mar 14:37
6b15b09
Compare
Choose a tag to compare

Library

Added

  • onEntityAdded() and onEntityRemoved() events
  • init() and dispose() 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

07 Feb 18:13
93425b2
Compare
Choose a tag to compare

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