plule / vox-uristi

Vox Uristi exports Dwarf Fortress maps to MagicaVoxel
https://plule.github.io/vox-uristi/
GNU General Public License v3.0
26 stars 0 forks source link

☼Vox Uristi☼

Export your Dwarf Fortress map in a voxel format to create beautiful 3D rendering of your fortresses.

ziggurat
The ziggurat of Ikûl Tikis

Head to the website to use it.

Development

You need to have cargo installed, see Installing Rust.

Vox Uristi is built and run using standard rust commands: cargo build, cargo run.

Optional Features

Feature Description Default
gui Graphical user interface enabled
self-update Ability to check for updates enabled
dev Development tools disabled

Release

  1. Update Cargo.toml to the target release <version> and commit
  2. git tag v<version>
  3. git push --tags