Home

Awesome

KGL Vulkan Samples

A collection of open source samples for VulkanĀ® written using the help of kgl. Inspired by examples from Sascha Willems and vulkan-tutorial.

Building

Windows

Linux

macOS

Examples

1 - Triangle

Simple render of a colourful triangle. This is as simple as vulkan gets.

2 - Buffers

Simple render of a rectangle using a vertex buffer and an index buffer, each updated with a staging buffer.