nem0/OpenFBX
Lightweight open source FBX importer observed · 2026-08-28
Health v2 · maintenance only
69/100
- Activity 82
- 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: 3354
- days_rel: n/a
- days_push: 109
- n_releases_24m: 0
Adoption not part of the score
1346 stars · 155 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
OpenFBX is a lightweight open source FBX file importer written in C, capable of loading geometry, skeletons, animations, blend shapes, materials, textures, cameras, and lights. It is used in production by game engines such as Lumix Engine and Flax Engine and can be embedded by adding its source files to a project.
Use cases
- import fbx 3d models into a custom game engine
- load skeletal animations from fbx files in c or c++
- parse fbx geometry with uvs normals and tangents
- load blend shapes and morph targets from fbx
- extract materials and textures from fbx files
- embed a lightweight fbx parser without heavy dependencies
When to choose
- you need a small, dependency-light FBX importer in C/C++
- you are building a game engine or 3D tool that must read FBX files
- you need support for skeletons, animations, and blend shapes from FBX
- you want a permissively licensed (MIT) importer usable across platforms
When to avoid
- you need an FBX exporter, not just an importer
- you prefer a fully managed or higher-level API in another language
- you want community-supported build tooling as a first-class feature (CMake support is unofficial)
- you need guaranteed full coverage of every FBX feature, since it is an almost full-featured importer
Facets
library · maturity active
parser graphics animation graphics files cpp c cross-platform fbx 3d-models mesh-loading skeleton-animation blend-shapes game-engine game-development
1 source
- readme: https://github.com/nem0/OpenFBX · fetched 2026-08-28 · 9108b5a11091
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| nem0/OpenFBX | main | 69 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem