Fast Dynamic Entity Component System (ECS)
Find a file
Mergul 01ff3962b5 -added SimpleVector (vector with only ubyte data)
-components adding and removing now use SimpleVector (optimalization)
2019-06-18 20:12:18 +02:00
source -added SimpleVector (vector with only ubyte data) 2019-06-18 20:12:18 +02:00
tests -added components change caching (no HashMap searching during components adding or removing) 2019-06-18 17:49:51 +02:00
.gitignore -git now should ignore .dub/dub.json 2019-03-23 19:48:24 +00:00
dub.json -added components change caching (no HashMap searching during components adding or removing) 2019-06-18 17:49:51 +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.