gravestench
3f5d2c0938
major refactor of akara ecs
...
* component ID's are dynamically allocated now
* removed `akara.BaseComponent` member from components
* component declarations drastically reduced
2020-12-07 12:44:11 -08:00
gravestench
b86ac4df84
akara update: BaseComponent and BaseComponentMap
...
* common component methods have been put into BaseComponent and
BaseComponentMap
* boilerplate code for components has been significantly reduced
* all lint errors fixed in d2components
2020-12-07 12:44:11 -08:00
dknuth
1eb86334e2
added game config loader system
2020-12-07 12:44:11 -08:00
dknuth
b1bf6993d2
eminary ECS Implementation work
...
Added a implementation of an Entity Component System (ECS) architecture
2020-12-07 12:44:11 -08:00