Skip to content

gabrielLV-BR/cpp-vulkan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning VULKAN (in C++)

How to run

Make sure to have a C++ compiler, cmake and the Vulkan SDK installed on your system.

  • Clone this repo
  • Initialize and pull submodules with git submodule init && git submodule update
  • Configure cmake project with cmake -S . -B build/
  • Compile shaders running the appropriate script in scripts/
  • Compile with your selected build system and run

Resources

About

Trying to learn Vulkan in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages