Ray Tracing in One Weekend
Following the book with supplemental source code.
cmake -B build
cmake --build build
./build/main > build/image.ppm
open build/image.ppm
- Google C++ Styleguide
- Google protobuf source code (to examine application of the style guide)
- Nvidia RTIOW in CUDA