Kaltenberg/modules/ecs
Eric-Paul Ickhorn 86479af2fb Create type registry
It is useful  to have all types  registered before they  are allocated
because the memory needed for them can then be allocated before any of
it is  required, speeding up allocations because  a pool may have been
created beforehand.
2024-09-14 16:37:45 +02:00
..
auto-test Add automatic tests 2024-09-14 09:43:42 +02:00
inc-c/voxula/internals Create type registry 2024-09-14 16:37:45 +02:00
src-c Create type registry 2024-09-14 16:37:45 +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.