Skip to content

Releases: Donerkebap13/DonerComponents

DonerComponents V2.0.0

16 Sep 15:20
Compare
Choose a tag to compare

Huge renaming refactor to reflect better what the library is about.

You can change all the breaking changes here.

DonerECS 1.0.0

12 Sep 21:02
Compare
Choose a tag to compare

This first release includes the following features:

  • Support for complex entity hierarchies, with parent/children relationships, activation, deactivation etc.
  • A Handle System to determine if any entity/component is still valid or has been destroyed already.
  • Easy component creation/registration which can be easily added to your entities on the fly.
  • Messages between entities, which are forwarded also to their children and their components.
  • Tags system to add specific attributes to your entities.
  • Prefab system to reuse and compose more complex hierarchies.
  • A JSON parsing system to load your prefabs/entities/scenes from disk.
  • 200+ Unit Tests ensures that everything works as expected.