Fast Dynamic Entity Component System (ECS)
Find a file
Mergul a82ca1e659 -some documentation changes
-added Component onCreate callback which is called after allocating entity from template
2019-03-21 13:19:03 +01:00
source -some documentation changes 2019-03-21 13:19:03 +01:00
tests -almost every funtion is marked as @nogc and nothrow (only problem with HashMap) 2018-11-02 16:36:38 +01:00
.gitignore -some documentation changes 2019-03-21 13:19:03 +01:00
dub.json -changes in gitignore 2018-11-02 15:39:46 +01:00
README.md -changed README 2018-09-07 20:54:29 +02:00

Dynamic Entity Component System

Entity-Component-System implementation in D language.