Fast Dynamic Entity Component System (ECS)
Find a file
Mergul 946fbf2934 -updated tests:
*updated build scripts
 *removed tls variables from code (needed to support WebAssembly)
 *some mmutils tweaks
 *some fixes
 *pthread TLS thread ID implementation
-added Atomic file (reimplementation of atomics templates for emscripten)
-added emscripten support to ecs.std
2019-11-25 20:06:16 +00:00
demos -updated tests: 2019-11-25 20:06:16 +00:00
source -updated tests: 2019-11-25 20:06:16 +00:00
tests -updated tests: 2019-11-25 20:06:16 +00: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 -remove '-defaultlib' from dub.json 2019-11-02 18:51:03 +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.