Simple path tracer written in pure CUDA, great starting project for people looking to begin gpu computing. Simple, single-file path tracer that writes its output to a BMP image file
Benchmark: 36 triangles w/ depth of 8 reflections and 10000 iterations takes around 3-4 min to render on a 4050
first successful render
mirror render(dont mind the lack of bloom)
weird cornell box(roughness wasnt configured)