Skip to content

My project for studying and learning to apply the Vulkan API

License

Notifications You must be signed in to change notification settings

Niroi/Learning-Vulkan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Vulkan

In this project I'm studying and applying the Vulkan API to learn the ins and outs of computer graphics with a 'lean' API. Using the official Vulkan Tutorial as guidlines.

Requirements

Need installations of Vulkan, GLFW and a current c++ compiler, for project building CMake.

Building project

mkdir build
cd build/
cmake ..
make

About

My project for studying and learning to apply the Vulkan API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published