Simple image viewer made with Odin and SDL3
It was made for learning the language and the sdl api, Configuration via the config.json
the "ui" was 100% based on the NSXIV project
Build yourself:
Just run the commands in the build_commands.txt
Dependencies for building it yourself: Odin Language SDL3 SDL3 Image Imgui, i had to implement the SDL 3 Renderer bindings myself for Windows and Linux from C++, i might upload it once i figure out how, i cant know if it works on Macos
On windoows you need to have the sdl3 dlls in either in the project root or in the System32 folder.