o
odinpkg.dev
packages / app / odin_fps_test

odin_fps_test

e397eafapp

A small First-Person "shooter" (Without the shooting) "Engine"

No license · updated 2 years ago

This project is by no means finished OR working

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