A toy level raytracer written in C++, following Ray tracing in one weekend.
Require cmake
, OpenMP
(Windows).
Dependencies are already included in the dependencies
directory.
git clone --recurse-submodules https://github.com/wivl/raytracer.git
cd raytracer
mkdir build && cd build
cmake ..
make