bkaradzic/bgfx
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library. 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5264
- days_rel: n/a
- days_push: 7
- n_releases_24m: 0
Adoption not part of the score
17433 stars · 2128 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
bgfx is a cross-platform, graphics API agnostic rendering library in C++ that abstracts over backends like Direct3D 11/12, Vulkan, Metal, OpenGL, WebGL, and WebGPU. It follows a 'Bring Your Own Engine/Framework' style, providing a low-level rendering API plus shader tooling while leaving windowing and engine logic to the developer.
Use cases
- write a game renderer that runs on Windows, Linux, macOS, and consoles
- abstract over Vulkan, D3D12, and Metal without writing per-API backends
- render graphics in a browser via WebGL or WebGPU with Emscripten
- build a custom game engine on top of a proven rendering layer
- port a graphics application across desktop and mobile platforms
- use a unified shader language compiled to multiple graphics APIs
When to choose
- you need one rendering codebase targeting many graphics APIs and platforms
- you are building your own engine or framework and want a low-level, non-opinionated renderer
- you need console support (PS4) or broad platform coverage including Raspberry Pi and UWP
- you want a permissive BSD-2 license for commercial projects
When to avoid
- you want a full game engine with editor, physics, and asset pipeline out of the box
- you need high-level scene graphs or built-in rendering features rather than a low-level API
- your project is small and a single-API binding (e.g., plain OpenGL) suffices
- you are not comfortable with C/C++ integration and build systems
Facets
library · maturity stable
graphics game-engine developer-tools graphics cross-platform windows wasm cpp cross-platform rendering vulkan directx metal opengl webgpu gamedev shader-system renderer-abstraction game-development linux macos android ios
2 sources
- readme: https://github.com/bkaradzic/bgfx · fetched 2026-08-28 · a421f0a8d8d4
- homepage: https://bkaradzic.github.io/bgfx/overview.html · fetched 2026-08-29 · d89acb7a4a0c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| bkaradzic/bgfx | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem