A brand new educational YouTube series by Cherno. This repository contains all of the code for this project; most episodes will have their own commit you can browse.
Officially supports Windows 10/11 and Visual Studio 2022, with more platforms coming soon. You'll need to have the Vulkan SDK installed.
- Clone recursively:
git clone --recursive https://github.com/TheCherno/RayTracing
- Run
scripts/Setup.bat
- Open
RayTracing.sln
and hit F5 (preferably change configuration to Release or Dist first, Debug is slow)