Fast Dynamic Entity Component System (ECS)
Find a file
Mergul 624c899c8c -getComponent functions for Template and Entity
-error information about adding system with non existing component (prints name of system and component)
-fill components in template with default values
2018-09-13 20:53:34 +02:00
source/ecs -getComponent functions for Template and Entity 2018-09-13 20:53:34 +02:00
tests -formatted all files with dfmt 2018-09-13 00:10:48 +02:00
.gitignore -changed README 2018-09-07 20:54:29 +02:00
dub.json -changed README 2018-09-07 20:54:29 +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.