Skip to content

yotzol/rays

Folders and files

NameName
Last commit message
Last commit date

Latest commit

49f8254 · Mar 27, 2025

History

13 Commits
Mar 23, 2025
Mar 27, 2025
Mar 27, 2025
Mar 27, 2025
Mar 8, 2025
Mar 23, 2025
Mar 23, 2025
Mar 24, 2025
Mar 8, 2025
Mar 27, 2025
Mar 8, 2025
Mar 26, 2025

Repository files navigation

render

A GPU accelerated path tracer implementation in CUDA, based on the Ray Tracing in One Weekend series.

Running the project

Requirements

  • Nix - All dependencies are managed through the Nix development environment.

Clone the repository

$ git clone git@github.com:yotzol/rays.git
$ cd rays

Set up development environment

$ nix develop

Set CUDA architecture flag

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

Build

$ mkdir build
$ cd build
$ cmake -G Ninja ..
$ ninja

Run

From the build directory:

$ ./rays

About

GPU Accelerated Path Tracer in CUDA

Resources

License

Stars

Watchers

Forks