VoxModSynth
VoxModSynth copied to clipboard
A simple, efficient, easily hackable C++ implementation of 3d model synthesis / wave function collapse
Would you like to add more error handling for return values from functions like the following? - [fclose](https://pubs.opengroup.org/onlinepubs/9699919799/functions/fclose.html "Close a stream.") ⇒ [saveAsVox](https://github.com/sylefeb/VoxModSynth/blob/f81037b23160edde124c73109b71542e12912e47/main.cpp#L585) - [fread](https://pubs.opengroup.org/onlinepubs/9699919799/functions/fread.html "Binary input") ⇒ [loadFromVox](https://github.com/sylefeb/VoxModSynth/blob/f81037b23160edde124c73109b71542e12912e47/main.cpp#L517)
I read in the last line of the Readme that this implementation is equiprobable, was wondering if that is still the case.