# VMDL Rust parser for source engine model files (`.mdl`, `.vtx`, `.vvd`) ![Scout model rendered by the example program](./screenshots/scout.png) ## 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 ```bash cargo run --release --example view ``` ## Convert to gltf ```bash cargo run --release --example gltf ```