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 48300303a9 Added - but didn't test - entity creation and tagging
The entities in the API can now be created, deleted and tagged with data of various types. It just needs to be confirmed whether it's working and fixed if buggy.
2024-03-03 22:09:04 +01:00
build-config Made the code compile without libRR 2024-03-03 20:28:59 +01:00
inc-c Added - but didn't test - entity creation and tagging 2024-03-03 22:09:04 +01:00
src-c Added - but didn't test - entity creation and tagging 2024-03-03 22:09:04 +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