The Swiss Army knife of geodata voxelization.
Voxatile is a geo-voxelizer. It can turn geographical data into voxels (small cubes).
Warning
Before the opening, the project was named "Minalac generator". It is being renamed to "Voxatile". You may find both names in code and documentation, keep in mind that they both refer to the same thing. Old name occurrences will be progressively replaced, starting with the package name.
The tool is available in very early alpha version. It is still being actively developed, and many changes will occur in parameters syntax, along with new features being added.
Note
Read the documentation about how to run this project for more options. "How To" guides are being written and will be available soon.
Clone the repository:
git clone https://github.com/ignfab/voxatile.git
cd voxatile # All commands are always based on the project rootCompile and run using Maven (Unix only):
mvn -Dmaven.test.skip=true clean package && ./generate.sh minetest full ign $HOME/.minetest/worlds/voxatileThis project is licensed under the terms of the GNU AGPL v3 license.