Fast Dynamic Entity Component System (ECS)
-more messy tests -some documentation -some useful code moved to functions -adding components to existing entity -opportunity to get entity by ID -fixed calculating deltas -sorting IDs arrays for allocating Templates -fixed alignment caluclation -added compile-time checks for "component_id" member existing in component |
||
|---|---|---|
| source/ecs | ||
| tests | ||
| .gitignore | ||
| dub.json | ||
| README.md | ||
Dynamic Entity Component System
Entity-Component-System implementation in D language.