A c# program/library/snippet to write to MagicaVoxel's .vox
file.
Two versions are provided in VoxWriter.cs and VoxWriterClean.cs, with former using bitwise operations and latter use more object-oriented approach. The program is adapted from https://codepen.io/quasimondo/pen/QjqZvV
See Example.cs for usage.