Fast Dynamic Entity Component System (ECS)
Find a file
Mergul d3222eefbb -some usefull functions for IDManager
-added EntityManager.removeEntity(EntityID)
-EntitiesBlock now has ID usefull for updating first_free_block in EntityInfo
2018-09-12 17:38:41 +02:00
source/ecs -some usefull functions for IDManager 2018-09-12 17:38:41 +02:00
tests -some usefull functions for IDManager 2018-09-12 17:38:41 +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.