gltfpack-sys 0.1.2

Rust bindings for gltfpack - optimize and compress glTF/GLB files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# gltfpack-sys

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

## Library

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

## CLI

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

Bundles [meshoptimizer](https://github.com/zeux/meshoptimizer) v0.25 by Arseny Kapoulkine. MIT licensed.