This is a simple path tracer based on Ray Tracing in One Weekend
CMake v3.20 Conan v3.16 Microsoft Guidelines Support Library v4.0.0 Google Test cci.20210126
- From the parent directory, run
conan install . -if=build -pr:b=default
to install external dependencies - To set up the build, run
cmake -S . -B build --preset release
- To build the project, run
cmake --build build --target raytracer
- To run the application,
build/raytracer
.