Skip to content

eduardvercaemer/cc-vulkan-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cc-vulkan-template

Minimal C++/Vulkan project template using CMake:

cmake -S . -B build
cmake --build build
build/hello-vulkan

Running tests:

cmake --build build --target test

What's included:

  1. Git ignore.
  2. CMake configuration.
  3. VSCode configuration.
  4. Catch2.
  5. Clang format.
  6. Clang tidy.
  7. Include-what-you-use.
  8. Stricter compilation flags.
  9. Vulkan setup without system dependencies.

About

Minimal C++/Vulkan template.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published