Skip to content

Python module for parsing and writing MagicaVoxel vox files using numpy

Notifications You must be signed in to change notification settings

briqNFT/numpy-vox-io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

numpy-vox-io

Fork history:

This fork is intended to support features required for the briqNFT builder frontend.

Changelist:

  • Python support changed to 3.8+ for typing hints.
  • Added support for Writing MATL chunks, fixed an issue related to palette overflow.

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

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%