Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 353 Bytes

File metadata and controls

18 lines (12 loc) · 353 Bytes

gltfpack-sys

Compress glTF/GLB files (equivalent to gltfpack -cc).

Library

gltfpack_sys::compress("input.glb", "output.glb")?;

CLI

cargo install --path . --features cli
gltfpack-rs -i input.glb -o output.glb

Bundles meshoptimizer v0.25 by Arseny Kapoulkine. MIT licensed.