dust-engine / dot_vox

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

rsvo files #21

Open bonsairobo opened 3 years ago

bonsairobo commented 3 years ago

Magicavoxel now has a sparse voxel octree format. I think it would make sense to have support for parsing and serializing in this format.

I understand this crate isn't actively developed, but I figured I'd just make this issue for the sake of bookkeeping if anyone find the time to implement this :)