Rawocado is a desktop RAW photo editor built with Dear ImGui, GLFW, and LibRaw.
- Loads RAW images (ARW, CR2, CR3, NEF, DNG, etc.)
- Real-time editing controls (light, color, effects, detail)
- Fast processing worker with viewport updates
- Export to PNG/JPG
- Bottom image strip with quick switching
- Per-image edit state while browsing imported images
Rawocado is a prototype. Features and behavior can change often.
This project is currently set up to build for Windows, using MinGW-w64 from WSL. If things go well it'll be multiplatform no problem though.
x86_64-w64-mingw32-g++-posixmake- Vendor dependencies already present in
vendor/
make -j4 buildOutput:
RAWocado.exe
main.cppUI and app flowprocessing.cppimage pipeline, RAW decode, export, workersprocessing.hshared state and APIsMakefilebuild configuration