fix: use Glow renderer for app smoke startup #17

Merged
moldybits merged 4 commits from feat/terrain-gen-abstraction into main 2026-05-25 21:02:10 -04:00
Showing only changes of commit 7114a49441 - Show all commits
+9 -3
View File
@@ -30,9 +30,15 @@ screenshots, archives, disk images, or local-only reference payloads under
`tests/`. Those belong in the git-ignored `reference/` and `.work/` directories
and must stay local-only.
Importers parse only open or synthetic formats. The `ovp-text` plain-text
heightfield format read by `src/import.rs` is an original OpenVistaPro format;
it is not a reimplementation of any proprietary VistaPro file layout.
Importers parse only open or synthetic formats. The supported terrain source
boundary currently consists of the original OpenVistaPro `ovp-text` plain-text
heightfield format, script-level PNG heightmaps, and open SRTM/HGT, ESRI ASCII
Grid, and GeoTIFF inputs. These all normalize to the same internal terrain
model and are not reimplementations of any proprietary VistaPro file layout.
Legacy VistaPro terrain/image compatibility remains out of scope for the clean-
room project unless a future, separately reviewed compatibility investigation
explicitly approves it.
## Reverse engineering boundary