zeux/volk
Meta loader for Vulkan API observed · 2026-08-28
Health v2 · maintenance only
81/100
- Activity 97
- Release rhythm 50
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 302.0
- age_days: 3096
- days_rel: 121
- days_push: 19
- n_releases_24m: 3
Adoption not part of the score
1909 stars · 166 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
volk is a meta-loader for the Vulkan API written in C89 that dynamically loads Vulkan entrypoints without linking to the Vulkan loader library. It automatically loads extension entrypoints and can load functions directly from the driver to skip loader dispatch overhead.
Use cases
- load vulkan api without linking vulkan-1.dll
- reduce vulkan loader dispatch overhead
- automatically load vulkan extension entrypoints
- use vulkan on macos via moltenvk
- header-only vulkan loading in c or c++ project
- initialize vulkan dynamically at runtime
When to choose
- you need to use Vulkan without statically linking the Vulkan loader
- you want to minimize device call dispatch overhead for performance-critical rendering
- you want extension entrypoints loaded automatically
- you need a lightweight, single-file Vulkan loader for Windows, Linux, Android, or macOS
When to avoid
- you are not using the Vulkan graphics API
- you need multiple VkDevice objects with transparent dispatch and cannot manage per-device loading
- you prefer a full-featured loader abstraction over a minimal meta-loader
Facets
library · maturity active
graphics sdk developer-tools graphics cross-platform cpp c windows cross-platform vulkan meta-loader vulkan-loader c89 header-only graphics-api moltenvk driver-optimization game-development linux macos android
1 source
- readme: https://github.com/zeux/volk · fetched 2026-08-28 · 201b5ee30806
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| zeux/volk | main | 81 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem