An open API service indexing awesome lists of open source software.

https://github.com/dlzou/rt-weekend

Ray Tracing in One Weekend, using CUDA
https://github.com/dlzou/rt-weekend

cuda ray-tracing

Last synced: about 2 months ago
JSON representation

Ray Tracing in One Weekend, using CUDA

Awesome Lists containing this project

README

          

# Ray Tracing in One Weekend + CUDA

![Result](image.png)

With no optimizations other than porting to CUDA, the final image was rendered in about 3 seconds on an RTX 4090.

References:
- [Ray Tracing in One Weekend](https://raytracing.github.io/books/RayTracingInOneWeekend.html)
- [Accelerated Ray Tracing in One Weekend in CUDA](https://developer.nvidia.com/blog/accelerated-ray-tracing-cuda/)