Skip to content

Python module for parsing and writing MagicaVoxel vox files using numpy

Notifications You must be signed in to change notification settings

alexhunsley/numpy-vox-io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

numpy-vox-io

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: the code for writing vox files appears to be working with latest MagicaVoxel, but the code for reading the latest vox files isn't. For more info see #4

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.

About

Python module for parsing and writing MagicaVoxel vox files using numpy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%