Fast Dynamic Entity Component System (ECS)
Find a file
Mergul 3bc5ff2423 -changes in gitignore
-changed "absent" to "excluded" everywhere
-added Events support:
 *systems are scanned by handleEvent() function
 *generate system callers for events
 *event sending have (untested) multithreaded support
 *EventInput structure in System has input components for event
2018-11-02 15:39:46 +01:00
import/ecs -registering same system multiple times only replace pointer for callback 2018-09-18 13:28:04 +02:00
source -changes in gitignore 2018-11-02 15:39:46 +01:00
tests -changes in gitignore 2018-11-02 15:39:46 +01:00
.gitignore -changes in gitignore 2018-11-02 15:39:46 +01:00
dub.json -changes in gitignore 2018-11-02 15:39:46 +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.