feat(gui): first-pass iced desktop GUI (3.x) - #134
Merged
Merged
Conversation
Adds the 3.x roadmap milestone: a desktop GUI built with iced on top of the shared, I/O-free app-layer API (via the public `rusty_wire::prelude` from T5). Antenna / mode / ground / height pickers and a velocity-factor slider drive live recalculation, rendering the same `results_display_document` the CLI and TUI use. Kept as a SEPARATE crate under `gui/` with its own `[workspace]` and Cargo.lock, so iced's heavy graphics dependency tree (which pulls unmaintained crates and its own RustSec advisories) never enters the main package's lockfile, `cargo audit`, or CI. The main crate builds, tests, and audits exactly as before. Build with `cd gui && cargo run --release`. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backlog T8 — the 3.x roadmap milestone: a desktop GUI.
A first-pass iced GUI built on the shared, I/O-free app-layer API via the public
rusty_wire::prelude(from T5). Antenna / mode / ground / height pickers + a velocity-factor slider drive live recalculation, rendering the sameresults_display_documentthe CLI and TUI use.Architecture: kept as a separate crate under
gui/with its own[workspace]andCargo.lock, so iced's heavy graphics dependency tree — which pulls unmaintained crates and its own RustSec advisories (quick-xml, ttf-parser, instant, paste) — never enters the main package's lockfile,cargo audit, or CI. This is the "separate crates" packaging option noted in the roadmap.cd gui && cargo build), clippy + fmt clean.Build/run:
cd gui && cargo run --release.🤖 Generated with Claude Code
https://claude.ai/code/session_01Jf8uBU8AYxkrG8fa8yo6tC