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.
- Host: GitHub
- URL: https://github.com/jadc/cuda-raytracer
- Owner: jadc
- License: mit
- Created: 2025-07-05T17:05:33.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-07-13T00:51:15.000Z (9 months ago)
- Last Synced: 2025-07-13T01:21:24.582Z (9 months ago)
- Topics: cpp, cuda, gpu-programming, graphics, parallel-programming, path-tracing, raytracing
- Language: C++
- Homepage:
- Size: 16.6 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.