Fast Dynamic Entity Component System (ECS)
Find a file
2018-09-23 19:31:17 +02:00
import/ecs -registering same system multiple times only replace pointer for callback 2018-09-18 13:28:04 +02:00
source -fixed issue with optional components in systems 2018-09-21 16:44:40 +02:00
tests -EntitesBlock freeing 2018-09-20 20:33:55 +02:00
.gitignore -registering same system multiple times only replace pointer for callback 2018-09-18 13:28:04 +02:00
dub.json -added version to dub.json 2018-09-23 19:31:17 +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.