https://github.com/plule/vox-uristi
Vox Uristi exports Dwarf Fortress maps to MagicaVoxel
https://github.com/plule/vox-uristi
Last synced: 6 months ago
JSON representation
Vox Uristi exports Dwarf Fortress maps to MagicaVoxel
- Host: GitHub
- URL: https://github.com/plule/vox-uristi
- Owner: plule
- License: gpl-3.0
- Created: 2023-04-23T18:39:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-12T22:42:04.000Z (6 months ago)
- Last Synced: 2026-01-13T01:28:34.111Z (6 months ago)
- Language: Rust
- Homepage: https://plule.github.io/vox-uristi/
- Size: 44.2 MB
- Stars: 34
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ☼Vox Uristi☼
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](https://plule.github.io/vox-uristi/) to use it.
## Development
You need to have cargo installed, see [Installing
Rust](https://www.rust-lang.org/learn/get-started).
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 `` and commit
2. `git tag v`
3. `git push --tags`