py-vox-io icon indicating copy to clipboard operation
py-vox-io copied to clipboard

Python module for parsing and writing MagicaVoxel vox file

py-vox-io

A Python parser and writer for the Magica Voxel .vox format

sample1 sample2

The base parser/writer has no dependencies.

The VOX model class has methods to convert to/from numpy arrays, these require numpy (duh) and pillow for image quantisation.