Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 311 Bytes

readme.md

File metadata and controls

14 lines (11 loc) · 311 Bytes

Ray tracer

experimentation and learning in C.
If i complete the reference implementation, an attempt at a CUDA implementation will also be done.

how to setup and run

$ mkdir build && cd build/
$ cmake ..
$ make
$ ./ray-tracer ../input.txt
$ feh output.ppm            # to view the image