Fast Dynamic Entity Component System (ECS)
Find a file
Mergul 235bbb49f2 -block allocator now track allocated blocks and is able to free memory
-jobs data is now allocated in System struct
-written memory cleanup (AddressSanitizer don't show any leak)
2019-06-18 16:45:38 +02:00
source -block allocator now track allocated blocks and is able to free memory 2019-06-18 16:45:38 +02:00
tests -block allocator now track allocated blocks and is able to free memory 2019-06-18 16:45:38 +02:00
.gitignore -git now should ignore .dub/dub.json 2019-03-23 19:48:24 +00:00
dub.json -fixed stack-overflow error 2019-06-18 13:57:31 +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.