Crates.io | mview-extract |
lib.rs | mview-extract |
version | 0.1.0 |
source | src |
created_at | 2024-10-28 03:01:51.162447 |
updated_at | 2024-10-28 03:01:51.162447 |
description | A tool for unpacking Marmoset Viewer archive packages, enabling the extraction and decompression of 3D models and scenes. |
homepage | https://github.com/HeavenVolkoff/mview-rs/tree/main/cli |
repository | https://github.com/HeavenVolkoff/mview-rs |
max_upload_size | |
id | 1425210 |
size | 11,858 |
A tool for unpacking Marmoset Viewer archive packages, enabling the extraction and decompression of 3D models and scenes.
Via Cargo:
cargo install mview-extract
Or clone the repository and build it manually:
git clone https://github.com/HeavenVolkoff/mview-rs
cd mview-rs
cargo build --release -p mview-extract
Usage: mview-extract [OPTIONS] <FILENAME>
Arguments:
<FILENAME> Path to the .mview file to be extracted
Options:
-o, --output-dir <DIR> Output directory for extracted files (defaults to current directory)
--no-create-subdir Do not create a subdirectory for extracted files
-h, --help Print help
-V, --version Print version
This project is licensed under the MIT License. See the LICENSE file for details.