This is a fork of py-vox-io. Many thanks to Gunnar Aastrand Grimnes for writing and sharing it.
This project is a WIP and I'm pausing development while I wait for the MagicaVoxel vox format to be a little less churny and be fully documented.
Current status: Updated for Magicavoxel 0.99.6.4 (Released September 5, 2021). Reading materials is still unsupported. For more info see alexhunsley#4
A Python parser and writer for the Magica Voxel .vox format
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.