A GPU accelerated path tracer implementation in CUDA, based on the Ray Tracing in One Weekend series.
- Nix - All dependencies are managed through the Nix development environment.
$ git clone git@github.com:yotzol/rays.git
$ cd rays
$ nix develop
Edit the CMakeLists.txt
file with the appropriate architecture flag for your GPU:
set(CMAKE_CUDA_ARCHITECTURES 75) # Change this to match your GPU architecture
$ mkdir build
$ cd build
$ cmake -G Ninja ..
$ ninja
From the build directory:
$ ./rays