A simple photo culling application using SDL3 and libraw
- SDL3
- libraw
- A C compiler (e.g., gcc, clang)
Clone the repository and run:
makeTo install the binary to /usr/local/bin/ (requires appropriate permissions):
sudo make installTo clean up build artifacts:
make clean