Fast Dynamic Entity Component System (ECS)
Find a file
Mergul 1be08eb534 -added pure annotation for some functions
-addEntity now returns pointer instead of reference (it's has more sense)
-added function addEntityCopy(EntityID) which adds copy of entity with it's whole data
2019-08-10 16:20:50 +00:00
source -added pure annotation for some functions 2019-08-10 16:20:50 +00:00
tests -added pure annotation for some functions 2019-08-10 16:20:50 +00:00
.gitignore -git now should ignore .dub/dub.json 2019-03-23 19:48:24 +00:00
dub.json -updated copyright 2019-06-27 16:53:51 +00:00
README.md -changed README 2018-09-07 20:54:29 +02:00

Dynamic Entity Component System

Entity-Component-System implementation in D language.