Fast Dynamic Entity Component System (ECS)
Find a file
Mergul 5399b584dd -IDManager reserve EntityID(0) as empty
-fixed bug with events called on destroyed entities (crash)
-don't call event on system for unsupported entity
-added "entity_id" property to EntitiesData
2020-03-06 10:12:52 +01:00
demos -Events system update order is now choosen according to system priority 2020-02-09 15:24:26 +01:00
source -IDManager reserve EntityID(0) as empty 2020-03-06 10:12:52 +01:00
tests -IDManager reserve EntityID(0) as empty 2020-03-06 10:12:52 +01:00
.gitignore -make tests working on web 2019-11-05 09:21:02 +01:00
compile_wasm.py -updated tests: 2019-11-25 20:06:16 +00:00
dub.json -Demos: 2019-11-12 20:33:31 +01:00
meson.build -updated meson.build 2019-11-25 21:15:44 +00:00
meson_options.txt -remove '-defaultlib' from dub.json 2019-11-02 18:51:03 +01:00
README.md -changed README 2018-09-07 20:54:29 +02:00

Dynamic Entity Component System

Entity-Component-System implementation in D language.