#file-format #graphics #file #scene #parser

fbx

The fbx package allows you to read FBX files. This file format was originally developed by Kaydara for MotionBuilder. Kaydara was later acquired by Autodesk Inc.

2 unstable releases

0.2.0 Nov 20, 2023
0.1.0 May 27, 2015

#1020 in Parser implementations

MIT/Apache

23KB
532 lines

The fbx crate allows you to read FBX files. The FBX file format specification is owned by Autodesk and closed source. This parser is largely based on the information from a blog post on blender.org.

This crate should handle FBX versions 7100 to 7500. Feel free to open up an issue if you are missing a feature or find a problem with the current implementation.


lib.rs:

This crate lets you read FBX files.

Dependencies

~0.6–1MB
~23K SLoC