sanidhyaanand / raytracer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raytracer

This is my implementation of the ray tracer from the book "Ray Tracing in One Weekend".

Installation and building

  • To build in root directory

      make
    
  • To generate ppm image file

      make test
    
  • Lastly, open image file with image loading softwares (like Photoshop or GIMP) or an online ppm viewer

About


Languages

Language:C++ 96.8%Language:Makefile 3.2%