charles-lunarg/vk-bootstrap
Vulkan Bootstrapping Iibrary observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 2407
- days_rel: n/a
- days_push: 8
- n_releases_24m: 0
Adoption not part of the score
1276 stars · 120 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
vk-bootstrap is a C++ utility library that jump-starts Vulkan initialization by simplifying instance creation, physical device selection, device creation, queue retrieval, and swapchain creation. It is actively maintained, MIT-licensed, and requires only C++17 and Vulkan 1.1 headers.
Use cases
- set up vulkan instance and device in c++
- simplify vulkan initialization boilerplate
- select a gpu based on features and extensions
- enable vulkan validation layers and debug messenger
- get graphics and transfer queues in vulkan
- create a vulkan swapchain easily
When to choose
- you are starting a new Vulkan project and want to skip hundreds of lines of setup code
- you need convenient GPU selection based on criteria like features, extensions, or memory
- you want easy validation layer and debug messenger setup during development
When to avoid
- you need fine-grained manual control over every Vulkan instance or device creation parameter
- your project does not use Vulkan or is not written in C++
- you need a header-only library, since vk-bootstrap requires compiling a source file
Facets
library · maturity active
graphics developer-tools graphics developer-tools cross-platform cpp windows cross-platform vulkan header-only-style instance-creation device-selection swapchain gpu-selection validation-layers game-development linux macos
1 source
- readme: https://github.com/charles-lunarg/vk-bootstrap · fetched 2026-08-28 · e151d132b08d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| charles-lunarg/vk-bootstrap | main | 77 |
For agents
markdown · JSON · MCP: product_card(name="charles-lunarg/vk-bootstrap")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem