Skip to content

graciexia8/ray-tracer

Repository files navigation

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

About

brute-force path ray tracer in C++ using CPU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages