dust-engine / dot_vox

Rust parser for MagicaVoxel .vox files.
MIT License
51 stars 20 forks source link

V2 #13

Closed davidedmonds closed 6 years ago

davidedmonds commented 6 years ago

Moves us to nom v3 (commit message notwithstanding as there are some issues with v4's new CompleteByteSlice at the moment), and reimplements the parser using nested Chunks, which is how the file is actually structured.