Fast Dynamic Entity Component System (ECS)
Find a file
Mergul 45110e236c -fixed removingComponents issue (object was transferred to another block, but count of entities in block doesn't increase)
-functions to get System by ID or ECS System by Type
-added system_id to system
-fixed issue with registering systems without update() function
2018-09-20 19:12:53 +02:00
import/ecs -registering same system multiple times only replace pointer for callback 2018-09-18 13:28:04 +02:00
source -fixed removingComponents issue (object was transferred to another block, but count of entities in block doesn't increase) 2018-09-20 19:12:53 +02:00
tests -fixed removingComponents issue (object was transferred to another block, but count of entities in block doesn't increase) 2018-09-20 19:12:53 +02:00
.gitignore -registering same system multiple times only replace pointer for callback 2018-09-18 13:28:04 +02:00
dub.json -changes in EntityAlocator 2018-09-19 17:50:05 +02:00
README.md -changed README 2018-09-07 20:54:29 +02:00

Dynamic Entity Component System

Entity-Component-System implementation in D language.