ufbx/ufbx
Single source file FBX loader observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: 2643
- days_rel: n/a
- days_push: 10
- n_releases_24m: 0
Adoption not part of the score
1375 stars · 97 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
ufbx is a single source file FBX file loader written in portable C (also compilable as C++). It parses binary and ASCII FBX files into plain data structures, supporting meshes, skinning, blend shapes, lights, cameras, NURBS, and more, plus Wavefront .obj files.
Use cases
- load fbx 3d models in c or c++ without the official fbx sdk
- parse fbx files into plain data structures
- import meshes and skinning data from fbx files
- load embedded textures and materials from fbx scenes
- evaluate animation curves and cpu skinning from fbx files
- load wavefront obj files with the same api
- sanitize untrusted fbx files safely
When to choose
- you need FBX loading without the heavy official FBX SDK dependency
- you want a single-file, dependency-free C/C++ library that's easy to vendor
- safety matters: malformed files and OOM are handled gracefully
- you need broad platform support including WASI/embedded targets
When to avoid
- you need a full scene graph or editing features rather than just loading
- you require formats beyond FBX and OBJ
- you need a high-level runtime with rendering built in
Facets
library · maturity active
parser graphics file-system graphics files parsers cross-platform cpp c wasm fbx single-source-file 3d-model-loading obj-loader no-dependencies game-development
1 source
- readme: https://github.com/ufbx/ufbx · fetched 2026-08-28 · 006f7746c492
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ufbx/ufbx | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem