Draws a triangle using the Vulkan API. You can move the camera using the WASD keys to move, and the arrow keys to rotate.
There are utility functions to create and destroy Vulkan resources that may be found in vulkan_helper.c
.
This software is released into the public domain and you can use it however you like.
This project has been largely inspired by the first few lessons found here: https://vulkan-tutorial.com
This repository is used as the framework for a Minecraft-style voxel renderer here:
https://github.com/pimpale/vulkan-triangle-v2/
Like this repository, it is made with Vulkan, using C and is in the public domain. Feel free to copy it.