2 releases

0.1.1 Dec 27, 2023
0.1.0 Dec 21, 2023

#34 in Data formats

45 downloads per month

MIT license

245KB
1.5K SLoC

VMDL

Rust parser for source engine model files (.mdl, .vtx, .vvd)

Scout model rendered by the example program

Examples

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.

Viewer

cargo run --release --example view <path-to-mdl>

Convert to gltf

cargo run --release --example gltf <path-to-mdl> <path-for-output-gtb>

Dependencies

~1.7–2.4MB
~47K SLoC