Categorygithub.com/vkngwrapper/examples
repository
0.0.0-20230427160048-f7b8d9c33200
Repository: https://github.com/vkngwrapper/examples.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Vkngwrapper Examples

This repository contains pure go ports of existing Vulkan examples originally written in other languages. You can try out different pieces of functionality and learn how to build applications that interact with vkngwrapper.

Executing This Code

Before this code can be executed, you will need to install the Vulkan SDK for your operating system. Additionally, it may be necessary to download SDL2 using your local package manager. For more information, see go-sdl2 requirements.

Example Sets

LunarG Samples

Go ports for a selection of windows samples from vulkan.lunarg.com. The LunarG samples (and these ports) are licensed under the Apache License 2.0.

Vulkan-Tutorial.com

This folder contains various go ports of the example code of step 29 (multisampling) at https://vulkan-tutorial.com.