Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 571 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 571 Bytes

PPM File Viewer

I coded this to help me view ppm files while following the book Ray Tracing in One Weekend, i recommend put the .exe in the same directory as the ppm file output 😉.

Dependencies

  • GTK Widgets 3.0
  • Cairo

Install

git clone https://github.com/burningbuffer/ppmviewer.git

cd ppmviewer

make build

Run

./ppmviewer <your-ppm-file.ppm>

Examples

image0

image1