Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 534 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 534 Bytes

ray-tracer

Following Peter Shirley's Raytracing in one weekend blog article.

Language: C++

How to run:

  • Fork or download repo
  • On your local device, navigate to the destination of the repo
  • Compile using g++ g++ -std=c++11 -o ray main.cc
  • Run using ./ray > test_image.ppm


    Progress so far:
    progress