fbx3d 0.1.0

fbx3d allow to parse and load FBX 3D model
Documentation
  • Coverage
  • 40%
    10 out of 25 items documented0 out of 6 items with examples
  • Size
  • Source code size: 24.14 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 442.7 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • haxelion/fbx3d
    4 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • haxelion

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.