Minimal image viewer in odin using SDL3 and SDL3 image
When passed a filename the viewer will try to display the given file. If the corresponding file is not a recognized image format or a directory was passed, it will display the first image found in the given directory.
Use arrow left/right to cycle through all images in the open directory.
ESC to quit.
Navigate to viewer directory and run odin build .
Requires sdl3 and sdl3_image libraries