diff options
Diffstat (limited to '_posts/2020-08-21-survey-of-rust-gui-libraries.md')
-rw-r--r-- | _posts/2020-08-21-survey-of-rust-gui-libraries.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_posts/2020-08-21-survey-of-rust-gui-libraries.md b/_posts/2020-08-21-survey-of-rust-gui-libraries.md index 5f650fa..5ff053c 100644 --- a/_posts/2020-08-21-survey-of-rust-gui-libraries.md +++ b/_posts/2020-08-21-survey-of-rust-gui-libraries.md @@ -3,6 +3,8 @@ layout: default title: A Survey of Rust GUI Libraries --- +(Note from the future: I did this again [in 2021](/_posts/2021-10-24-2021-survey-of-rust-gui-libraries.md) and [in 2025](/_posts/2025-04-13-2025-survey-of-rust-gui-libraries.md).) + a popular trend in the Rust community is to ask "Are We X Yet" for various things that it would be nice to be able to develop easily in Rust - [game](https://arewegameyet.rs/) and [web](https://www.arewewebyet.org/) are the most prominent ones as far as i can tell - and one such question is [Are We GUI Yet](https://areweguiyet.com/). that's a good question; *are* we GUI yet? Are We GUI Yet has a list of libraries for building GUIs: let's go through them in alphabetical order and see if we can build a simple to-do list with them without too much struggle. |