glTF-Transform
Don McCurdy
๐ก Pick it when you need programmable, repeatable GLB optimization instead of a one-off browser workflow.
glTF-Transform is an open-source TypeScript library and command-line toolkit for processing glTF and GLB assets. It is designed for developers and pipelines,...
Pros
- Much more configurable than TinyGLB
- Works well in repeatable CLI and build pipelines
- Supports texture compression, deduplication, and mesh optimization
Cons
- Requires command-line or JavaScript familiarity
- More setup than a browser-based compressor
- Optimization results depend on choosing suitable transforms
Free, open source