CodesOtakuYT/codotaku_image_viewer
Tiny fast cross platform image viewer
A tiny fast simple cross platform open source image viewer made using Ziglang and Raylib. No GUI, so you can focus on viewing the images! Around 1 mb executable with support for most popular image formats even PSD!
PBackspace.Fleft mouse button anywhere in the window and drag.Mouse Wheelmiddle mouse button (mouse wheel)Left Shift Key to rotate instead of zoom around the mouse.1 - Make sure to clone the repo recursively with the submodule(s), cd into the directory.
2 - Setup project dependencies like translating C header files.
You need zig installed in your system and available in the environment variables!
3 - Run this in the root directory of the repo to build a fast release binary.
4 - Enjoy!
This open source project is open to contributions!
git clone --recursive https://github.com/CodesOtakuYT/codotaku_image_viewer
cd codotaku_image_viewer
zig run setup.zig
zig build run -Doptimize=ReleaseFast