Skip to content

pimpale/vulkan-triangle-v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vulkan Triangle

Triangle Screenshot

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

The Sequel

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.

About

A simple Vulkan Project written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages