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: 29 days ago
JSON representation
A simple path tracer written in CUDA.
- Host: GitHub
- URL: https://github.com/jadc/cuda-raytracer
- Owner: jadc
- License: mit
- Created: 2025-07-05T17:05:33.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-05-05T20:41:19.000Z (about 1 month ago)
- Last Synced: 2026-05-05T21:05:36.508Z (about 1 month ago)
- Topics: cpp, cuda, gpu-programming, graphics, parallel-programming, path-tracing, raytracing
- Language: C++
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.