Fast Dynamic Entity Component System (ECS)
Find a file
Mergul e4573f1ec7 -better compile time code generation
-support for AbsenComponents. Absen components can't exist in entity which are
	used by system. There are three possibilities to add absen component. Add
	'@absen' property to EntitiesData mebmer, create AbsenComponents enum with fields
	names corresponding to components names, or create AbsenComponents AliasSeq
	with strings expressions corresponding to components names.
2018-10-01 17:17:40 +02:00
import/ecs -registering same system multiple times only replace pointer for callback 2018-09-18 13:28:04 +02:00
source -better compile time code generation 2018-10-01 17:17:40 +02:00
tests -better compile time code generation 2018-10-01 17:17:40 +02:00
.gitignore -registering same system multiple times only replace pointer for callback 2018-09-18 13:28:04 +02:00
dub.json -removed 'InputStruct' version switch (now it's default behaviour) 2018-10-01 13:17:31 +02:00
README.md -changed README 2018-09-07 20:54:29 +02:00

Dynamic Entity Component System

Entity-Component-System implementation in D language.