Skip to content

A simple Hello World application in Vulkan.

Notifications You must be signed in to change notification settings

eigenbom/hello-vulkan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Vulkan

A simple Hello World application in Vulkan.

Description

This project demonstrates Vulkan initialisation by displaying a 3D object with simple lighting. The code is heavily based on the Vulkan Tutorial.

alt text

Compiling

The code was written in C++20 using Visual Studio 2019.

To compile from within Visual Studio you'll first need to download the Vulkan SDK and set the correct path.

Some other third party dependencies are included in the repository. These are: GLFW, GLM, GSL, fmtlib, tinyobjloader, and the stb libraries.

Acknowledgments

About

A simple Hello World application in Vulkan.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published