assimp/assimp
The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure. observed · 2026-08-28
Health v2 · maintenance only
93/100
- Activity 99
- Release rhythm 81
- Longevity 100
Flags: 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: 6
- age_days: 5964
- days_rel: 125
- days_push: 7
- n_releases_24m: 6
Adoption not part of the score
13167 stars · 3220 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Open Asset Import Library (Assimp) is a C/C++ library that imports 40+ 3D model file formats (FBX, glTF, Collada, OBJ, STL, and more) into a unified in-memory data structure, with export support for a growing set of formats. It also provides mesh post-processing tools such as normal/tangent generation, triangulation, and vertex cache optimization, with bindings for Python, C#, Java, and D.
Use cases
- load fbx models in c++
- import gltf files into a game engine
- convert 3d model formats
- parse collada dae files
- generate normals and tangents for meshes
- load 3d assets on android or ios
- read stl files programmatically
When to choose
- you need to support many 3D file formats through a single API
- you are building a game engine, viewer, or asset pipeline in C/C++
- you want mesh post-processing like triangulation or normal generation built in
- you need cross-platform 3D asset loading including mobile
When to avoid
- you only need one specific format with a dedicated lightweight loader
- you need GPU-ready rendering rather than CPU-side scene data
- you require a permissively simple license review - the license is listed as NOASSERTION on GitHub despite the BSD claim on the homepage
Facets
library · maturity stable
parser image-processing graphics sdk graphics files cross-platform cpp c cross-platform python 3d-models asset-import fbx gltf collada mesh-processing asset-pipeline game-engine-tooling game-development android ios desktop
2 sources
- readme: https://github.com/assimp/assimp · fetched 2026-08-28 · a87a06ac8e51
- homepage: https://www.assimp.org · fetched 2026-08-29 · 307e96d1315d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| assimp/assimp | main | 93 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem