gltf
gltf copied to clipboard
Appetite for programmatically creating `glTF` and `glb` files like `glTF-Transform`
Currently, I'm interfacing with the JS package glTF-Transform in my Rust backend to create glb files from geometry data. I was wondering what the appetite would be to integrate glTF creation features within this library.
Since I need it, I am willing to try to implement it myself so I'm not asking for work from the maintainers, but just double checking that this is something you would want merged into this package or would rather it be kept in a separate package.
Thanks.
Judging by the scope of glTF-Transform, this seems like something that belongs in a separate package. If your use case is simple and common then I might consider it for inclusion here.