Fast Dynamic Entity Component System (ECS)
Find a file
Mergul b3dce6560a -suport system callback: onCreate, onDestroy, onBegin, onEnd
-support for optional Components for System
-Components IDs in Systems are now stored as ushorts
2018-09-16 22:40:55 +02:00
source/ecs -suport system callback: onCreate, onDestroy, onBegin, onEnd 2018-09-16 22:40:55 +02:00
tests -suport system callback: onCreate, onDestroy, onBegin, onEnd 2018-09-16 22:40:55 +02:00
.gitignore -added removeComponents() function (removing by ids array, or components types) 2018-09-14 12:03:27 +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.