https://github.com/lo48576/fbxcel-dom
FBX DOM library for Rust. // See https://github.com/lo48576/fbx-viewer for working example application // NO PLAN TO UPDATE in the foreseeable future
https://github.com/lo48576/fbxcel-dom
fbx rust
Last synced: 3 months ago
JSON representation
FBX DOM library for Rust. // See https://github.com/lo48576/fbx-viewer for working example application // NO PLAN TO UPDATE in the foreseeable future
- Host: GitHub
- URL: https://github.com/lo48576/fbxcel-dom
- Owner: lo48576
- License: apache-2.0
- Created: 2019-03-23T11:06:00.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-20T21:34:40.000Z (over 3 years ago)
- Last Synced: 2025-12-14T02:57:04.164Z (7 months ago)
- Topics: fbx, rust
- Language: Rust
- Homepage:
- Size: 342 KB
- Stars: 28
- Watchers: 1
- Forks: 10
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE.txt
Awesome Lists containing this project
README
# fbxcel-dom
[](https://travis-ci.com/lo48576/fbxcel-dom)
[](https://crates.io/crates/fbxcel-dom)
[](https://docs.rs/fbxcel-dom)

`fbxcel-dom` is an FBX DOM library for Rust programming language.
For low-level features, use [`fbxcel`](https://github.com/lo48576/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
* Apache License, Version 2.0, ([LICENSE-APACHE.txt](LICENSE-APACHE.txt) or
)
* MIT license ([LICENSE-MIT.txt](LICENSE-MIT.txt) or
)
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.