Fast Dynamic Entity Component System (ECS)
Find a file
Mergul cb7609dcaa -Demos:
*added ImGUI styles
 *added new assets (fonts, shaders)
 *added cimgui.dll
 *added imports for bindbc-sdl (for WASM)
 *added simple demo
 *added demo launcher
 *added snake demo
 *impoved demo utils
 *added cimgui.bc library for WASM
-improved wasm build script
-small change in vector
2019-11-12 20:33:31 +01:00
demos -Demos: 2019-11-12 20:33:31 +01:00
source -Demos: 2019-11-12 20:33:31 +01:00
tests -make tests working on web 2019-11-05 09:21:02 +01:00
.gitignore -make tests working on web 2019-11-05 09:21:02 +01:00
compile_wasm.py -improved WASM compilation scripts 2019-11-06 20:38:46 +01: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.