10 releases

0.0.10 Feb 11, 2023
0.0.9 Jul 27, 2022
0.0.7 May 17, 2022
0.0.6 Jan 14, 2021
0.0.2 Mar 26, 2019

#27 in Data formats

Download history 21/week @ 2024-02-19 46/week @ 2024-02-26 13/week @ 2024-03-04 10/week @ 2024-03-11

90 downloads per month
Used in 2 crates

MIT/Apache

205KB
4.5K SLoC

fbxcel-dom

Build Status Latest version Documentation Minimum rustc version: 1.60

fbxcel-dom is an FBX DOM library for Rust programming language.

For low-level features, use fbxcel crate.

Note that this crate is highly experimental and updated frequently with breaking changes (especially for objects-related APIs).

Features

  • Only read-only operations are supported.
  • Low-level tree traversal.
  • Objects and connections traversal.
  • Easy property access for some fundamental object types.
    • Geometry, material, texture, etc.

FBX versions

  • FBX 6 or below is not supported.
  • FBX 7.0 to 7.3 is not explicitly supported, but you can try FBX 7.4 feature to load them.
  • FBX 7.4 and 7.5 is supported.

FBX format

Only FBX binary format is supported.

Currently there is no plan to support FBX ASCII format.

Rust version

Rust 1.56 or later is supported.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~2MB
~35K SLoC