gltf icon indicating copy to clipboard operation
gltf copied to clipboard

Appetite for programmatically creating `glTF` and `glb` files like `glTF-Transform`

Open nmzein opened this issue 3 months ago • 1 comments

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.

nmzein avatar Sep 21 '25 11:09 nmzein

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.

alteous avatar Sep 23 '25 10:09 alteous