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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ The real-time ray tracer can also load full geometry from OBJ files as well as r
8
8
9
9
This personal project follows my own attempts at CPU ray tracing following Peter Shirley's books (see [here](https://github.com/GPSnoopy/RayTracingInOneWeekend) and [here](https://github.com/GPSnoopy/RayTracingTheNextWeek) if you are interested).
10
10
11
+
Karim Sayed also wrote an [excellent CUDA implementation](https://github.com/karimsayedre/CUDA-Ray-Tracing-In-One-Weekend/), along with a [detailed step-by-step recount article](https://karimsayedre.github.io/RTIOW.html) of each iteration. It is a pretty detailed introduction to key CUDA performance considerations.
0 commit comments