diff options
| author | Joe Carstairs <me@joeac.net> | 2025-07-18 19:28:22 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2025-07-18 19:28:22 +0100 |
| commit | 3c45c01f82a16fdefa58b01b70ff73c459da4f9c (patch) | |
| tree | 9b2e7f9827b8a424334363deeacf44bd91cdc912 /requirements/architecture/ard-000.md | |
| parent | 5d2ebdd2b3e20fc3f828a005ba75f10e2eea62e7 (diff) | |
edit ard-000, arch-v1
Diffstat (limited to 'requirements/architecture/ard-000.md')
| -rw-r--r-- | requirements/architecture/ard-000.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/requirements/architecture/ard-000.md b/requirements/architecture/ard-000.md index d671cf8..160c261 100644 --- a/requirements/architecture/ard-000.md +++ b/requirements/architecture/ard-000.md @@ -24,6 +24,10 @@ We need a way for the user to interact with Schist using a desktop computer. ## Decision +The desktop interface will be a GUI implemented in iced.rs. + +## Discussion + A GUI is a standard solution. Prominent alternatives are a command line or a TUI, but these alternatives are generally not suited to applications with lots of data and complex interactions. @@ -33,3 +37,8 @@ I like Rust. iced.rs is the most popular Rust GUI framework available at the time of writing. It is used in many diverse open-source projects, is well-supported, and is cross-platform, which could be useful when extending Schist to a Web GUI. + +## Consequences + +There must be documented processes for installing and updating the desktop GUI +on the user's machine. |
