Ray-tracer library in C++.
- C++ compiler
- C++ 11/20
- optional Git
Libraries:
- STL
In this project I'm following this pdf book https://www.realtimerendering.com/raytracing/Ray%20Tracing%20in%20a%20Weekend.pdf to build it out while adding my own custom code that's scales and is faster.
Compliations are done in the test.cc file.
Files will be outputted through a ppm file.