A simple path tracer written in CUDA.
- Use the nix flake development environment by running
nix develop. If you do not have Nix setup, readflake.nixto see what you need. - In the
src/directory, runmkdir build && cd build && cmake .. && make. You will then have a binary you can run.