Fast Dynamic Entity Component System (ECS)
-added test for addEntityCopy -test order of onAddEntity, onRemoveEntity, onChangeEntity callbacks calls -testing onAddEntity, onRemoveEntity, onChangeEntity callback -test callEntityFunction call -fixed bug with crashing ECS (setting callers for entity change callbacks) -commented debug asserts conering duplicated components ids (to further consideration) |
||
|---|---|---|
| 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.