NVIDIA-RTX/NVRHI
None 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: 1877
- days_rel: n/a
- days_push: 9
- n_releases_24m: 0
Adoption not part of the score
2008 stars · 231 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
NVRHI (NVIDIA Rendering Hardware Interface) is a C++ library providing a common abstraction layer over Direct3D 11, Direct3D 12, and Vulkan 1.3. It offers automatic resource state tracking, barrier placement, a convenient binding model, and support for graphics, compute, ray tracing, and meshlet pipelines.
Use cases
- write rendering code portable across D3D11, D3D12, and Vulkan
- add ray tracing to a C++ rendering engine
- avoid manual GPU resource state tracking and barrier placement
- build a cross-API renderer for Windows and Linux
- use a modern rendering backend in a game engine or NVIDIA SDK integration
When to choose
- you need a single rendering abstraction over D3D11/D3D12/Vulkan in C++
- you want automatic resource lifetime and barrier management
- you need ray tracing or meshlet pipeline support with a clean API
When to avoid
- you target platforms other than Windows or Linux x64/ARM64
- you need OpenGL, Metal, or console GAPI support
- you want a high-level scene graph or engine rather than a hardware interface
Facets
library · maturity active
graphics simulation graphics developer-tools windows cpp rendering-hardware-interface d3d11 d3d12 vulkan ray-tracing graphics-api-abstraction rendering game-development linux
1 source
- readme: https://github.com/NVIDIA-RTX/NVRHI · fetched 2026-08-28 · 18c4c8aa61fe
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| NVIDIA-RTX/NVRHI | main | 77 |
For agents
markdown · JSON · MCP: product_card(name="NVIDIA-RTX/NVRHI")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem