Branch 0.2 contains the (currently) working version, which contains a first person controller, a json based map serialization system, a DearIMGUI based Debug System, which also allows you to essently use a very simple editor system The physiscs are almost working, at least the gravity, since for some reason the normal collision physics broke when I enabled gravity... The Controller uses a collide-and-slide collision system (at least it would, if it was working)
The Menu-UI is traversed via WASD
For the IMGUI bindings I'm using L-4's bindings, with lucaspoffo's raylib backend, which I modified to work with the vendor binding for raylib from odin 2024-07