kevzettler / parse-magica-voxel

Parse MagicaVoxel .vox files to javascript objects works in browser or server
GNU General Public License v3.0
67 stars 15 forks source link

Backwards to save .vox. From .json to .vox #5

Open Kolostov opened 4 years ago

Kolostov commented 4 years ago

Hi, i'm thinking about creating a procedural model generator that would create a .json description of the result and am stuck behind converting it back to .vox, could you implement conversion from .json to .vox in your library?

kevzettler commented 4 years ago

I'm looking at migrating this library to: https://github.com/Ericbla/binary-parser

which has 2-way parsing and encoding and would enable this