ray-tracer icon indicating copy to clipboard operation
ray-tracer copied to clipboard

My ongoing effort to learn how to make Ray Tracers

Tsoding Build Status

Ray Tracer in pure (99.999%) C++

Quick Start

$ nix-shell                            # Only if you are on NixOS
$ mkdir build && cd build/
$ cmake ..
$ make
$ ./ray-tracer ../scene.txt            # for preview mode
$ ./ray-tracer ../scene.txt output.ppm # for final rendering
$ feh output.ppm