This project is moved to https://codeberg.org/wolfel/Raytracy.
This app is meant to experiment with raytracing and other render techniques. Currently it supports only Windows. Setup script support Visual Studio 2022 by default.
- CMake
- Visual Studio 2022 (not strictly required, however included setup scripts only support this)
Once you've cloned, run Win-GenerateProjectVS.bat to generate Visual Studio 2022 solution/project files.
- Raytracing On One Weekend series for teaching the principle of raytracing
- TheCherno for teaching C++ and OpenGL