fbxcel

fbxcel
is an FBX library for Rust programming language.
Features
- Pull parser for FBX binary (
pull_parser
module)
- FBX 7.4 and 7.5 is explicitly supported.
- Types and functions for low-level FBX tree access
- This is optional and enabled by
tree
feature.
- Provides arena-based tree type and read-only access to nodes.
- Basic FBX DOM
- This is optional and enabled by
dom
feature.
- FBX 7.4 and 7.5 is explicitly supported.
- Currently, quite basic tree and objects traversal functions are available.
- Read-only operations are supported.
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.
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.