Fast Dynamic Entity Component System (ECS)
Find a file
2018-11-07 19:53:33 +01:00
source -removed some unittest and unused code 2018-11-07 19:53:33 +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 -changed .gitignore 2018-11-02 15:47:50 +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.