#voxel #file-format #graphics #encoding

程序 vox-tool

MagicaVoxel的.VOX文件格式工具

1个不稳定版本

0.1.0 2021年7月23日

#72 in #voxel

MIT 许可证

105KB
2K SLoC

crates.io docs.rs MIT license Maintenance

vox-tool

vox-tool 是一个命令行工具,用于检查和操作VOX文件。

如果您想为这个工具添加某些功能,请打开一个issue或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

在仓库中运行

cargo run -- --help

或者如果您想安装二进制文件,运行

cargo install -p vox-tool --help

然后从任何目录运行

vox-tool --help

依赖项

~21–32MB
~286K SLoC