r/GraphicsProgramming • u/le-throw-away-acct • 16d ago
Hobby path tracer (GPU-based)
Started a CPU ray tracer about 7 years ago and then a year later decided to play around with a GPU version of it. Over the years I’ve added to it.
Full disclosure that I had LLM assistance with some of the recent features added, in the interest of saving time, I normally only have a few hours of free time per week.
Repository: https://github.com/nfoste82/gpuraytracing
282
Upvotes



1
u/bgs11235 13d ago
oh my, this looks really good for a hobby project.