Skip to content

sergeneren/RTOneW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RTOneW

RTOneW is an implementation of Peter Shirley's "Ray Tracing in One Weekend" books using Cuda language and Qt5 gui

My image

Installing

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 My image

  • Select your vcpkg_directory/scripts/buildsytems/vcpkg.cmake file My image

  • Configure and generate visual studio solution. Built files will be placed under: BUILD_DIR/RTOneW/bin

Author

Status

🔴 This project is closed to development and maintenance

License

This project is licensed under GNU General Public License v3.0

Acknowledgments