lo48576 / fbxcel-dom

FBX DOM library for Rust. // See https://github.com/lo48576/fbx-viewer for working example application // rework (total rewrite) is planned
Apache License 2.0
24 stars 10 forks source link

Total rewrite #17

Open lo48576 opened 1 year ago

lo48576 commented 1 year ago

Yeah I know this is generally bad thing to do, but I'm seriously considering rewriting this crate. 3+ years of Rust experience since the first release of this crate (and more years since the release of the predecessor) told me I can (and should) provide better API...

I'll track the progress in this issue.

lo48576 commented 1 year ago

I realized more people than I imagined want to edit FBX data... Modification support would be useful, but should it be supported by fbxcel-dom? How much inconvenient is it to edit FBX using fbxcel (low-level library)?