gfx-rs/gfx
[maintenance mode] A low-overhead Vulkan-like GPU API for Rust. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- 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: 4696
- days_rel: n/a
- days_push: 1284
- n_releases_24m: 0
Adoption not part of the score
5398 stars · 529 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
gfx-rs is a low-level, Vulkan-like GPU hardware abstraction layer for Rust that translates to native backends including Vulkan, DirectX 11/12, Metal, and OpenGL/WebGL. It is now in maintenance mode, with development effort having moved to wgpu's own wgpu-hal abstraction.
Use cases
- write cross-platform GPU code in Rust
- abstract over Vulkan, Metal, and DirectX from one API
- build a graphics engine with low-overhead GPU access
- port Vulkan applications to macOS via Metal
- run graphics code in the browser through WebGL2
When to choose
- you need a thin, mostly-unsafe, Vulkan-like API with minimal overhead
- you are building a performance-sensitive rendering library or game engine
- you need to target multiple native graphics backends from a single Rust codebase
When to avoid
- you want a safe, ergonomic GPU API - use wgpu instead
- you need a library under active development with new features
- you are new to graphics programming and want a simple API
Facets
library · maturity maintenance
graphics game-engine graphics cross-platform rust windows wasm vulkan metal directx opengl gpu-abstraction hardware-abstraction-layer compute game-development linux macos android ios
3 sources
- readme: https://github.com/gfx-rs/gfx · fetched 2026-08-28 · 21854610d28d
- homepage: http://gfx-rs.github.io/ · fetched 2026-08-29 · 2b2e392cb374
- registry_crates: https://crates.io/api/v1/crates/gfx · fetched 2026-08-29 · e29188fbd844
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gfx-rs/gfx | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem