MainTree is an ECS-like system written completely in C, intended for game development. Currently, the only intended use-case is the AlphaUmlaut - space-game.
Go to file
Eric-Paul Ickhorn f98b2371b1 Made the code compile without libRR
The redundancy-reduction library (libRR), which was used, has now been thrown out in favor of functions from the C standard library.
2024-03-03 20:28:59 +01:00
build-config Made the code compile without libRR 2024-03-03 20:28:59 +01:00
inc-c Made the code compile without libRR 2024-03-03 20:28:59 +01:00
src-c Made the code compile without libRR 2024-03-03 20:28:59 +01:00
tests Prepared for integration into the AlphaUmlaut Compound build system 2024-03-03 19:37:25 +01:00
.gitignore Added build system 2024-02-09 16:12:06 +01:00