Vulkan
The Vulkan API Specification and related tools observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 97
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license no_readme
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3856
- days_rel: n/a
- days_push: 20
- n_releases_24m: 0
Adoption not part of the score
3326 stars · 546 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Vulkan-Hpp provides official header-only C++ bindings for the Vulkan C API, generated from the Vulkan XML specification by Khronos. It adds type safety, STL container support, exceptions, and RAII handle types with zero run-time CPU overhead.
Use cases
- write Vulkan applications in modern C++ instead of the C API
- get RAII resource management for Vulkan handles
- use type-safe enums and bitmasks with Vulkan
- render 3D graphics with a low-level GPU API across platforms
- develop Vulkan-based game engines or renderers
- learn Vulkan graphics programming with a friendlier API
When to choose
- you are writing C++ against Vulkan and want type safety and RAII without runtime cost
- you want official Khronos-maintained bindings kept in sync with the latest Vulkan spec
- you need cross-platform GPU access on Windows, Linux, and macOS via MoltenVK
When to avoid
- you are using C rather than C++ (use the Vulkan C API directly)
- you want a high-level rendering engine rather than a low-level graphics API
- you are working in another language like Rust or Python (use language-specific Vulkan bindings instead)
Facets
library · maturity stable
graphics sdk developer-tools graphics cross-platform developer-tools cpp windows cross-platform vulkan header-only raii 3d-graphics gpu-api bindings khronos game-development linux macos
3 sources
- readme: https://github.com/KhronosGroup/Vulkan-Docs · fetched 2026-08-28 · 76ca6c7148cf
- homepage: https://www.vulkan.org/ · fetched 2026-08-29 · 75aa378ce5e4
- site_page: https://docs.vulkan.org/features/latest/features/proposals/VK_EXT_descriptor_heap.html · fetched 2026-08-29 · 1fd1d0a996c7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| KhronosGroup/Vulkan-Docs | main | 76 |
| KhronosGroup/Vulkan-Hpp | sdk | 99 |
| KhronosGroup/Vulkan-Headers | sdk | 76 |
For agents
markdown · JSON · MCP: product_card(name="KhronosGroup/Vulkan-Docs")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem