SkillAgentSearch skills...

Vkdemos

Single file minimal Vulkan example(s)

Install / Use

/learn @elecro/Vkdemos
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Single file Vulkan example(s)

vktriangle

Draws a triangle and saves it as a ppm image (with minimal "helper" methods).

See start of the vktriangle.cpp file on details how to compile and run.

vktriangle_vertex

Draws a triangle using a single vertex input and saves it as a ppm image (with minimal "helper" methods).

See start of the vktriangle_vertex.cpp file on details how to compile and run.

Compare to the previous one to see the differences.

vktriangle_glfw

Draws a triangle using a single vertex input on screen with GLFW and also saves it a frame to a ppm image (with minimal "helper" methods).

See start of the vktriangle_glfw.cpp file on details how to compile and run.

Compare to the previous one to see the differences.

vktriangle_descriptor

Draws a triangle using a single vertex input and a uniform buffer on screen with GLFW and also saves a frame to a ppm image (with minimal "helper" methods).

See start of the vktriangle_descriptor.cpp file on details how to compile and run.

Compare to the previous one to see the differences.

vktriangle_subpass

Draws a triangle using a multiple subpasses on screen with GLFW.

See start of the vktriangle_subpass.cpp file on details how to compile and run.

Related Skills

View on GitHub
GitHub Stars17
CategoryDevelopment
Updated12d ago
Forks5

Languages

C++

Security Score

90/100

Audited on Mar 16, 2026

No findings