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
- Host: GitHub
- URL: https://github.com/dlzou/rt-weekend
- Owner: dlzou
- Created: 2025-03-01T23:23:05.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-11T06:11:05.000Z (about 1 year ago)
- Last Synced: 2025-04-11T07:51:28.766Z (about 1 year ago)
- Topics: cuda, ray-tracing
- Language: C++
- Homepage:
- Size: 1.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ray Tracing in One Weekend + CUDA

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/)