mview-extract

Crates.iomview-extract
lib.rsmview-extract
version0.1.0
sourcesrc
created_at2024-10-28 03:01:51.162447
updated_at2024-10-28 03:01:51.162447
descriptionA tool for unpacking Marmoset Viewer archive packages, enabling the extraction and decompression of 3D models and scenes.
homepagehttps://github.com/HeavenVolkoff/mview-rs/tree/main/cli
repositoryhttps://github.com/HeavenVolkoff/mview-rs
max_upload_size
id1425210
size11,858
VĂ­tor Vasconcellos (HeavenVolkoff)

documentation

README

mview-extract

A tool for unpacking Marmoset Viewer archive packages, enabling the extraction and decompression of 3D models and scenes.

Installation

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

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

License

This project is licensed under the MIT License. See the LICENSE file for details.

Commit count: 14

cargo fmt