You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple path tracer I wrote for a couple of days. I was mainly following the book "Ray Tracing in One Weekend" by Mr. Peter Shirley. The book uses C++ so I decided to write it in C, just so I can learn a bit more.