Releases: JasonXuDeveloper/EasyEcs
Releases · JasonXuDeveloper/EasyEcs
v1.0.8
v1.0.7
- [feat] make component a class and contains a ref to the owner entity
v1.0.6
- [feat] allow accessing context from entity
v1.0.5
- [feat] introduce SingletonComponent, a context can hold lots of these
v1.0.4
- [feat] introduce real parallelism with example
v1.0.3
- [fix] should handle multiple systems with the same priority
v1.0.2
- [feat] allowing getting entity from a context via an ID
v1.0.1
- [feat] allow adding system safely after the context has been initialised
v1.0.0
- [feat] easy way to implement an ECS pattern program
- [feat] support concurrency/parallelism to boost performance
- [feat] purely asynchronous interfaces to ensure nothing blocks the thread (unless deadlock from user code)