This is a C++ implementation of the Ray Tracing in One Weekend book by Peter Shirley.
I added a GUI to the project to make it easier to experiment with the code. The code is multithreaded and uses a progressive rendering technique to give faster feedbacks.
ghdpt-cpp-demo.mp4
You can watch a video of the project in action here.
- Ray Tracing in One Weekend by Peter Shirley
By Gholamreza Dar 2024