An open API service indexing awesome lists of open source software.

https://github.com/pacheco95/vulkan-hello-triangle

A basic (well organized) structure of a Vulkan onscreen application made following the awesome Khronos Vulkan Tutorial.
https://github.com/pacheco95/vulkan-hello-triangle

Last synced: 3 months ago
JSON representation

A basic (well organized) structure of a Vulkan onscreen application made following the awesome Khronos Vulkan Tutorial.

Awesome Lists containing this project

README

        

# Vulkan Hello Triangle

This repository contains a basic (well organized) structure of a Vulkan onscreen application made following the
awesome [Khronos Vulkan® Tutorial](https://docs.vulkan.org/tutorial/latest/00_Introduction.html).

# Setup

You must follow
the [tutorial setup instructions](https://docs.vulkan.org/tutorial/latest/02_Development_environment.html).