Skip to content

Simple Vulkan Raytracer built on Vulkan with Dear ImGui library, capable of raytracing Spheres with camera movement enabled.

License

Notifications You must be signed in to change notification settings

Bugitoy/RayTracing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ray Tracing

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/TheCherno/RayTracing
  2. Run scripts/Setup.bat
  3. Open RayTracing.sln and hit F5 (preferably change configuration to Release or Dist first, Debug is slow)

About

Simple Vulkan Raytracer built on Vulkan with Dear ImGui library, capable of raytracing Spheres with camera movement enabled.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages