Crates.io | vox-tool |
lib.rs | vox-tool |
version | 0.1.0 |
source | src |
created_at | 2021-07-23 02:56:26.933554 |
updated_at | 2021-07-23 02:56:26.933554 |
description | Tools for MagicaVoxel's .VOX file format. |
homepage | https://github.com/jgraef/vox-format |
repository | https://github.com/jgraef/vox-format |
max_upload_size | |
id | 426094 |
size | 36,737 |
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 <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