Skip to content

w1ndseeker/RayTracing

 
 

Repository files navigation

Ray Tracing


  • This repo add cmakelist and macos support

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.

Building and running

Officially supports Windows 10/11 and Visual Studio 2022, with more platforms coming soon. You'll need to have the Vulkan SDK installed.

  1. Clone recursively: git clone --recursive https://github.com/w1ndseeker/RayTracing
  2. Run scripts/Setup.bat
  3. Open RayTracing.sln and hit F5 (preferably change configuration to Release or Dist first, Debug is slow)

Build with cmake and run

mkdir build
cd build
cmake ..
make -j
./RayTracing/ray_tracing_demo

About

YouTube ray tracing series

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 88.7%
  • Lua 7.2%
  • CMake 3.2%
  • Other 0.9%