Skip to content

plule/vox-uristi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

☼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