#3d #game

fbx3d

fbx3d allow to parse and load FBX 3D model

1 unstable release

Uses old Rust 2015

0.1.0 Mar 19, 2017

#6 in #fbx

26 downloads per month

Apache-2.0

8KB
155 lines

fbx3d

Crates.io Build Status Docs.rs

The fbx3d crate allow to parse and load FBX 3D model files. It is based on the blender implementation of the FBX file format.

It is currently only able to parse the file format into a Rust representation. I plan to write helpers to extract rendering information (VAO with UV and normals, indices, animation key, ...) from that structure.

In the future, writing FBX file could also be implemented, feel free to contribute.


lib.rs:

The fbx3d crate allow to parse and load FBX 3D model files. It is based on the blender implementation of the FBX file format.

Dependencies

~770KB
~15K SLoC