Home - PhilipPragerUrbina/DOGERAY GitHub Wiki
Welcome to the DOGERAY wiki!
Dogeray is a CUDA Raytracer/Pathtracer that runs on the GPU. It is made from scratch in C++ and is one of my first computer graphics projects. It has many features and more are being added all the time.
The underlying algorithm is based off of Ray Tracing In one Weekend: https://raytracing.github.io/
The original name of the project was RAYGPU so that's why you see that around.
Requires CUDA and SDL2 set up