Path Tracer Path tracing renderer written in C. Usage This project uses CMake. To build it on a Unix system, run the following commands: mkdir build cmake -B build cmake --build build This creates an executable in the build directory.