Decision Workspace
vulkan-rust-sys vs vulkane vs nobs-vk
Side-by-side comparison of Rust crates
48
vulkan-rust-sys
experimentalv0.10.0
Raw Vulkan FFI types generated from vk.xml
50
vulkane
experimentalv0.8.1
Vulkan API bindings generated entirely from vk.xml, with a complete safe RAII wrapper covering compute and graphics: instance/device/queue, buffer, image, sampler, render pass, framebuffer, graphics + compute pipelines, swapchain, a VMA-style sub-allocator with TLSF + linear pools and defragmentation, sync primitives (fences, binary + timeline semaphores, sync2 barriers), query pools, and optional GLSL/WGSL/HLSL→SPIR-V compilation via naga or shaderc. Supports Vulkan 1.2.175 onward — swap vk.xml and rebuild.
39
nobs-vk
growingv0.2.0
A very basic, non rich wrapper for binding vulkan commands and extension loading
Core Metrics
| vulkan-rust-sys | vulkane | nobs-vk | |
|---|---|---|---|
| Health Score | 48 | 50 | 39 |
| Total Downloads | 90 | 191 | 20.6K |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 2 | 0 | 5 |
| Releases | 2 | 14 | 12 |
| Last Updated | 52d ago | 4d ago | 2647d ago |
| Age | 1m | 1m | 7y 4m |
Health Breakdown
vulkan-rust-sys
Maintenance
11
Quality
13
Community
7
Popularity
2
Documentation
15
vulkane
Maintenance
13
Quality
13
Community
6
Popularity
3
Documentation
15
nobs-vk
Maintenance
4
Quality
14
Community
7
Popularity
5
Documentation
9
Technical Details
| vulkan-rust-sys | vulkane | nobs-vk | |
|---|---|---|---|
| Version | 0.10.0 | 0.8.1 | 0.2.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 0 | 9 | 1 |
| Crate Size | 643KB | 577KB | 207KB |
| Features | 0 | 7 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2018 |
| MSRV | 1.85 | 1.85 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •vulkane leads with a health score of 50/100, but none of the options score above 80.
- •nobs-vk has the most downloads (20.6K), suggesting wider adoption.
- •⚠ nobs-vk has not been updated in over a year.