Skip to content

sparkengineweb: v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Apr 10:08
a276415

0.10.0 (2024-04-01)

⚠ BREAKING CHANGES

  • ecs: apply BaseSystem abstract class to HierarchySystem

Features

  • animations: add animation controls (9cc570f)
  • animations: apply idle pose when stopping the animation (8bbb401)
  • ecs: add animations (1cd95d8)
  • ecs: add BaseSystem abstract class (1bfdaa4)
  • ecs: add support to multiple components of the same type in Entities (2d18ecf)
  • engine: add animationCompont to scene (57ee76b)
  • engine: add AnimationSystem to engine (63d0dde)
  • gfx: add type to ImageAsset (a17e998)

Code Refactoring

  • ecs: apply BaseSystem abstract class to HierarchySystem (bbeddcd)