SkillAgentSearch skills...

VulkanHppMinimalExample

A condensed vulkan triangle example

Install / Use

/learn @dokipen3d/VulkanHppMinimalExample
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

I recommend installing the vulkan lunarG sdk which sets all of the environment variables for you and includes the necessary shaderc library prebuilt for you.

then you can install the dependecies with vcpkg

vcpgk install glfw3

then you can invoke cmake with

cmake -DCMAKE_TOOLCHAIN_FILE=C:\pathtoyourtoolchainfile\vcpkg.cmake ..

if you've forgotten where your toolchain file is you can invoke vcpkg integrate install and it will print it for you in the terminal.

then to build on windows invoke cmake --build . --config Release (other platforms you can just invoke cmake --build)

Related Skills

View on GitHub
GitHub Stars56
CategoryDevelopment
Updated1mo ago
Forks16

Languages

C++

Security Score

80/100

Audited on Feb 21, 2026

No findings