Kaltenberg/modules/ecs
Eric-Paul Ickhorn a8c941f041 Take UUID table as argument for ECS creation
The ECS needs a  UUID table to get UUIDs  for the entities. If none is
given into the creation function, it will create one itself.
2024-09-14 14:25:49 +02:00
..
auto-test Add automatic tests 2024-09-14 09:43:42 +02:00
inc-c/voxula/internals Take UUID table as argument for ECS creation 2024-09-14 14:25:49 +02:00
src-c Take UUID table as argument for ECS creation 2024-09-14 14:25:49 +02:00
README.md Add module skeletons 2024-09-07 22:11:10 +02:00
includes.txt Modify build-script include folder keys 2024-09-08 16:45:20 +02:00

README.md

Voxula ECS

The Voxula ECS (Vex) is a highly performant ECS (Entity Component System), it helps with managing data.