Fast Dynamic Entity Component System (ECS)
Find a file
Mergul 41f1c6474b -fully working betterC for windows
*replaced array[..] = array[ .. ] sclice copy with mempcy
 *added own std library (allocator, alloca, Mutex)
 *changed tamplates for collecting components for systems
-fixed issue with multiple optional components registering for system
2019-10-10 22:08:22 +02:00
source -fully working betterC for windows 2019-10-10 22:08:22 +02:00
tests -fully working betterC for windows 2019-10-10 22:08:22 +02:00
.gitignore -git now should ignore .dub/dub.json 2019-03-23 19:48:24 +00:00
dub.json -fully working betterC for windows 2019-10-10 22:08:22 +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.