Skip to content

JensKrumsieck/raytracing-vulkan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raytracing in Vulkan using C#

This code is part of a series which i am publishing on Medium. We will build a small raytracer, similar to the one from the famous "Ray Tracing in One Weekend" series however we will use Vulkan Compute Shaders to generate the images.

I choose to use the Silk.NET Vulkan bindings for this project.


Medium Stories:


Feel free to contribute or leave suggestions.

Resources: