GitHub - FacticiusVir/SharpVk-Samples: Sample SharpVk applications using Vulkan API in C#

GitHub

This repo contains a set of sample applications showing how to use

SharpVk

to access the Vulkan API for rendering graphics.

Building the samples

The current sample set is contained in the

SharpVk-Samples.sln

solution and will build in Visual Studio 2015; any SharpVk dependencies can be downloaded from NuGet (

SharpVk

&

SharpVk.Shanq

).

Vulkan Dependencies

Current AMD Radeon & nVidia Geforce drivers for Windows are Vulkan compliant and should require no additional downloads, and Intel have

published a driver

for their HD graphics chips too.

Note

These samples were ported from C++ originals published (and very well explained) at

Vulkan Tutorial

.