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.
``` vox-tool 0.1.0 Tools for inspection and manipulation of MagicaVoxel VOX files
USAGE:
vox-tool
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:
sh
cargo run -- --help
or if you want to install the binary, run:
sh
cargo install -p vox-tool --help
Then from any directory, run
sh
vox-tool --help