RTOneW is an implementation of Peter Shirley's "Ray Tracing in One Weekend" books using Cuda language and Qt5 gui
RTOneW install is configured for windows and vcpkg
-
Clone vcpkg
-
Install Qt5 base with vcpkg "vcpkg.exe install Qt5-base:X64-windows"
-
Clone RTOneW
-
With cmake gui select source dir as source and create a build dir
-
Configure with x64 platform and choose to specify toolchain platform
-
Select your vcpkg_directory/scripts/buildsytems/vcpkg.cmake file
-
Configure and generate visual studio solution. Built files will be placed under: BUILD_DIR/RTOneW/bin
- Sergen Eren - My website - Vimeo
🔴 This project is closed to development and maintenance
This project is licensed under GNU General Public License v3.0
- Ray Tracing in One Weekend - Big thanks to Peter Shirley
- Accelerated Ray Tracing in One Weekend in CUDA - Roger Allen's first cuda implementation