Skip to content

Releases: lajohnston/eco

Rewrite

02 Mar 21:24
Compare
Choose a tag to compare
Rewrite Pre-release
Pre-release

Rewrite to simplify API and greatly improve performance

Refined API

14 Jan 12:15
Compare
Choose a tag to compare
  • Replaces eco.getEntity() and eco.createEntity() with eco.entity()
  • Replaces eco.createComponent() with eco.addComponent() and eco.removeComponent()
  • Replaces eco.createIterator() with eco.filter()
  • Refactor to reduce file size (minified 6.4KB, gzipped 1.94KB)

Feature complete

07 Jan 16:21
Compare
Choose a tag to compare
  • Create entities
  • Create components
  • Iterate over entities that have a set of components
  • Retrieve and set data for saving and loading