diff options
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. |
