Releases: ineka-dev/engine
Releases · ineka-dev/engine
v2.0.0
2.0.0 (2022-05-09)
chore
BREAKING CHANGES
- Package name is now @ineka/engine
v1.4.0
1.4.0 (2022-05-08)
Bug Fixes
- framerate option wasn't registered by the time system (b604317)
Features
- added parent and engine to node (e54c8e2)
v1.3.0
1.3.0 (2022-05-08)
Bug Fixes
- step-loop: step loop now working as intended, fixed deltatime issues (5a82f1f)
Features
- step-loop: added basic step loop with fixed timestep option (37f23ab)
v1.2.0
1.2.0 (2021-11-26)
Features
- added systems and step loop to engine class (24667ba)
v1.1.0
1.1.0 (2021-11-16)
Features
- nodes: added outer and inner nodes methods to handle engine runtime (76d099f)
v1.0.0
1.0.0 (2021-11-14)
Features
- added basic graph features with outer/inner nodes (8f38374)
- setup project structure and CI/CD jobs (62a865b)