Skip to content

dflicker/CPP_RayTracer

Repository files navigation

CPP_RayTracer

C++ raytracer that supports planes, spheres and cylinders and reflections.

Implemented to learn more about C++ and the STL. Used Donnie Pinkston's CS11 Advanced C++ lectures and assignments.

Requirements

  • Recent GCC version that supports C++11
  • Unix-like OS
  • Google Test (for optional unit tests)

Use

  • make
  • ./rt 1000 -f bars.txt | pnmtopng > bars.png

About

C++ raytracer that supports planes, spheres and cylinders and reflections.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages