Fast Dynamic Entity Component System (ECS)
Find a file
Mergul cb0f56b0fb -EntityAllocator fixed issue with not initialized block pointer
-deffered adding entities
-deffered adding and removeing components
2018-09-17 14:46:30 +02:00
source/ecs -EntityAllocator fixed issue with not initialized block pointer 2018-09-17 14:46:30 +02:00
tests -EntityAllocator fixed issue with not initialized block pointer 2018-09-17 14:46:30 +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.