/RayTracing

Simple ray tracing renderer

Primary LanguageC++MIT LicenseMIT

Ray Tracing

A simple ray tracing renderer made for learning Vulkan and ray racing.

Building and running

Require Vulkan SDK

Visual Studio 2022 is recommended

1. Downloading the repository:

git clone https://github.com/Sigurd015/RayTracing
git submodule update --init --recursive

2. Run the Setup.bat

3. Open .sln file with Visual Studio

Credits