Skip to content

Releases: JasonXuDeveloper/EasyEcs

v1.0.8

20 Feb 05:20
Compare
Choose a tag to compare
  • [feat] should not catch any exceptions when initializing a context

v1.0.7

20 Feb 04:19
Compare
Choose a tag to compare
  • [feat] make component a class and contains a ref to the owner entity

v1.0.6

20 Feb 03:56
Compare
Choose a tag to compare
  • [feat] allow accessing context from entity

v1.0.5

10 Feb 15:03
Compare
Choose a tag to compare
  • [feat] introduce SingletonComponent, a context can hold lots of these

v1.0.4

10 Feb 14:44
Compare
Choose a tag to compare
  • [feat] introduce real parallelism with example

v1.0.3

30 Jan 08:56
Compare
Choose a tag to compare
  • [fix] should handle multiple systems with the same priority

v1.0.2

21 Jan 02:03
Compare
Choose a tag to compare
  • [feat] allowing getting entity from a context via an ID

v1.0.1

21 Jan 01:05
Compare
Choose a tag to compare
  • [feat] allow adding system safely after the context has been initialised

v1.0.0

20 Jan 14:40
Compare
Choose a tag to compare
  • [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)