Fast Dynamic Entity Component System (ECS)
-removed some unused code -fixed bug with struct destructors (Mallocator called __dtor instead of __xdtor) -added unittests for events -addded _d_eh_personality null implementation as LDC betterC bug workaround |
||
|---|---|---|
| demos | ||
| source | ||
| tests | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| compile_wasm.py | ||
| dub.json | ||
| meson.build | ||
| meson_options.txt | ||
| README.md | ||
Dynamic Entity Component System
Entity-Component-System implementation in D language.