Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

project01

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

About

Setting up an old ray-tracer project to work that I built in college. I've wanted to put this thing in github with instructions to set it up.

10 years later, here it is.

Building

$ cd project01
$ mkdir build
$ cd build
$ cmake ..
$ make

Running

$ cd project01
$ ./build/bin/ray-tracing prog01.scn 
$ eog image.ppm

Output