Fast Dynamic Entity Component System (ECS)
Find a file
Mergul c915b1a8c7 -EntityTemplate.getComponent additional data check
-LinearLayout proggress:
 *added alignment to data
 *fixed add/remove component functions
2018-09-26 12:50:51 +02:00
import/ecs -registering same system multiple times only replace pointer for callback 2018-09-18 13:28:04 +02:00
source -EntityTemplate.getComponent additional data check 2018-09-26 12:50:51 +02:00
tests -LinearLayout proggress: 2018-09-26 10:57:42 +02:00
.gitignore -registering same system multiple times only replace pointer for callback 2018-09-18 13:28:04 +02:00
dub.json -LinearLayout implemntation: 2018-09-26 09:02:16 +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.