Crates.io | vmdl |
lib.rs | vmdl |
version | 0.2.0 |
source | src |
created_at | 2023-12-21 19:53:34.513409 |
updated_at | 2024-08-29 12:47:32.434772 |
description | Rust parser for valve model files. |
homepage | |
repository | https://github.com/icewind1991/vmdl |
max_upload_size | |
id | 1077358 |
size | 421,847 |
Rust parser for source engine model files (.mdl
, .vtx
, .vvd
)
All examples require the .mdl
, .vvd
and .dx90.vtx
to be next to each other and TF2 to be installed to load the texture data from.
cargo run --release --example view <path-to-mdl>
cargo run --release --example gltf <path-to-mdl> <path-for-output-gtb>