added export functionality

This commit is contained in:
grimsace
2026-03-06 11:42:20 -06:00
parent 185710ae86
commit f14a8f653b
5 changed files with 843 additions and 0 deletions
+4
View File
@@ -35,6 +35,10 @@ A Rust desktop app for generating simple tabletop dungeon layouts.
- Generate control:
- Master seed input (`u64`)
- `Random` seed button
- `Reset` button
- `Export Image` button
- Export format selector: `.png`, `.jpeg`, `.webp`, `.svg`
- Export uses an OS folder picker to choose save location
## Generation Behavior