tksuoran / Vulkan-CPPTemplate

An example how to build Vulkan C++ application using github Khronos repositories as submodules instead of Vulkan SDK.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vulkan C++ Template

An example how to build Vulkan C++ application using github Khronos submodules instead of Vulkan SDK.

  • No Vulkan SDK needed
  • Github Khronos repositories are used directly as submodules
  • License:
    • Original code: MIT. See [LICENSE.txt]
    • Parts of VKB: Apache V2
  • Basic .vscode files for easy build and debug

About

An example how to build Vulkan C++ application using github Khronos repositories as submodules instead of Vulkan SDK.

License:MIT License


Languages

Language:C++ 68.2%Language:CMake 28.7%Language:Shell 2.6%Language:Python 0.3%Language:GLSL 0.2%