Export your Dwarf Fortress map in a voxel format to create beautiful 3D rendering of your fortresses.
The ziggurat of Ikûl Tikis |
Head to the website to use it.
You need to have cargo installed, see Installing Rust.
Vox Uristi is built and run using standard rust commands: cargo build
, cargo run
.
Feature | Description | Default |
---|---|---|
gui |
Graphical user interface | enabled |
self-update |
Ability to check for updates | enabled |
dev |
Development tools | disabled |
Cargo.toml
to the target release <version>
and commitgit tag v<version>
git push --tags