Fast Dynamic Entity Component System (ECS)
Find a file
Mergul 19687b9f88 -fixed critical bug with adding components
-some fixes
-minor optimization
-added debug assert test
2020-04-04 13:58:31 +02:00
demos -Events system update order is now choosen according to system priority 2020-02-09 15:24:26 +01:00
source -fixed critical bug with adding components 2020-04-04 13:58:31 +02:00
tests Merge branch 'WebAssembly' of https://gitlab.com/Mergul/bubel-ecs.git into WebAssembly 2020-03-21 23:14:39 +01:00
.gitignore -make tests working on web 2019-11-05 09:21:02 +01:00
.gitlab-ci.yml Update .gitlab-ci.yml 2020-03-21 22:18:38 +00:00
compile_wasm.py -updated tests: 2019-11-25 20:06:16 +00:00
dub.json Merge branch 'WebAssembly' of https://gitlab.com/Mergul/bubel-ecs.git into WebAssembly 2020-03-28 22:42:19 +01:00
meson.build -fixed events bug with calls for unsupported systems 2020-03-07 13:21:29 +01: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.