Raytracing Renderer A faithful reimplementation of Raytracing in One Weekend in C++. TODO Implement scanline parallelism using a threadpool rather than the current naive approach Port to Cmake Port to Linux Implement Book 2