Fast Dynamic Entity Component System (ECS)
Find a file
Mergul d0fcdba6cd -registering same system multiple times only replace pointer for callback
-added export attributes (required by windows to make DLL library, not work at now due to DMD bugs)
-interface D files to import
2018-09-18 13:28:04 +02:00
import/ecs -registering same system multiple times only replace pointer for callback 2018-09-18 13:28:04 +02:00
source/ecs -registering same system multiple times only replace pointer for callback 2018-09-18 13:28:04 +02:00
tests -EntityAllocator fixed issue with not initialized block pointer 2018-09-17 14:46:30 +02:00
.gitignore -registering same system multiple times only replace pointer for callback 2018-09-18 13:28:04 +02:00
dub.json -registering same system multiple times only replace pointer for callback 2018-09-18 13:28:04 +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.