-
assimp
The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Do you really have to use fbx? An open format like gltf is better supported, and there are bazillions loaders(I use cgltf without any issues, which is also used by raylib, Unigine and bgfx). It's also a perfect fit for OpenGL.
-
I went with OpenFBX as it is quite lightweight (1 cpp + header for ofbx & miniz the only dependency).
-
FBX2glTF
A command-line tool for the conversion of 3D model assets on the FBX file format to the glTF file format.
I found the https://github.com/facebookincubator/FBX2glTF project invaluable as a resource for seeing how to get useful information out of FBX.
Related posts
-
The Asset-Importer-Lib Minor Release Version 5.3.0 is out
-
Quickly setting up a 3D scene?
-
Scene organization
-
Noob question: Between WebGL, OpenGL ES and emscripten, what is the recommended usage and relationship between them for creating an interactive browser based graphics app?
-
Issues with Assimp Loader and Bones