An open API service indexing awesome lists of open source software.

https://github.com/jadc/cuda-raytracer

A simple path tracer written in CUDA.
https://github.com/jadc/cuda-raytracer

cpp cuda gpu-programming graphics parallel-programming path-tracing raytracing

Last synced: 8 months ago
JSON representation

A simple path tracer written in CUDA.

Awesome Lists containing this project

README

          

# cuda-raytracer
A simple path tracer written in CUDA.

## Setup
1. Use the nix flake development environment by running `nix develop`. If you do not have Nix setup, read `flake.nix` to see what you need.
2. In the `src/` directory, run `mkdir build && cd build && cmake .. && make`. You will then have a binary you can run.