Ross ROSS = Recommend OSS · open-source software intelligence for agents

ash-rs/ash

Vulkan bindings for Rust observed · 2026-08-28

github.com/ash-rs/ash · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

66/100

  • Activity 97
  • Release rhythm 8
  • Longevity 100
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: 3672
  • days_rel: n/a
  • days_push: 21
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2332 stars · 233 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Ash is a lightweight, auto-generated Rust wrapper around the Vulkan graphics API, generated from vk.xml and supporting Vulkan 1.1 through 1.4. It exposes the raw Vulkan API with added type safety, builder-pattern structs, and Result-based returns while keeping everything unsafe and unopinionated.

Use cases

  • render 3D graphics with Vulkan from Rust
  • write a game engine renderer in Rust using Vulkan
  • load Vulkan function pointers and create instances in Rust
  • use Vulkan compute shaders from Rust
  • build a cross-platform Vulkan application in Rust
  • access Vulkan 1.3/1.4 APIs with type-safe Rust bindings

When to choose

  • you want near-raw Vulkan access in Rust without heavy abstraction
  • you need up-to-date Vulkan 1.1-1.4 bindings generated from the official registry
  • you want type safety and builder patterns but no validation or opinionated wrappers
  • you need no_std compatibility for Vulkan bindings

When to avoid

  • you want a safe, high-level rendering API with validation and resource management
  • you are new to graphics programming and need hand-holding abstractions
  • you prefer engines or frameworks like wgpu that hide Vulkan complexity

Facets

library · maturity stable

graphics sdk graphics cross-platform cross-platform rust vulkan bindings gamedev no-std unsafe generated-bindings game-development

2 sources

Member repositories

RepositoryRoleHealth v2
ash-rs/ashmain66

For agents

markdown · JSON · MCP: product_card(name="ash-rs/ash")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem