1 unstable release

0.1.0 Jul 23, 2021

#68 in #voxel

MIT license

105KB
2K SLoC

crates.io docs.rs MIT license Maintenance

vox-tool

vox-tool is a command-line tool to inspect and manipulate VOX files.

If you want some functionality for this tool, please open an issue or pull request.

Usage

vox-tool 0.1.0
Tools for inspection and manipulation of MagicaVoxel VOX files

USAGE:
    vox-tool <SUBCOMMAND>

FLAGS:
    -h, --help
            Prints help information

    -V, --version
            Prints version information


SUBCOMMANDS:
    export-palette    Exports a palette as image
    help              Prints this message or the help of the given subcommand(s)
    print-info        Prints info about a VOX file
    set-palette       Replaces the palette in a VOX file
    strip             Strips chunks from the VOX file

In the repository run:

cargo run -- --help

or if you want to install the binary, run:

cargo install -p vox-tool --help

Then from any directory, run

vox-tool --help

Dependencies

~23MB
~238K SLoC