Minimal C++/Vulkan project template using CMake:
cmake -S . -B build
cmake --build build
build/hello-vulkanRunning tests:
cmake --build build --target test- Git ignore.
- CMake configuration.
- VSCode configuration.
- Catch2.
- Clang format.
- Clang tidy.
- Include-what-you-use.
- Stricter compilation flags.
- Vulkan setup without system dependencies.