Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 792 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 792 Bytes

cudaRenderer

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

image

first successful render

image

mirror render(dont mind the lack of bloom)

image image

weird cornell box(roughness wasnt configured)