aboutsummaryrefslogtreecommitdiff
path: root/_posts/2020-08-21-survey-of-rust-gui-libraries.md
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2025-04-13 13:07:37 -0600
committerMelody Horn <melody@boringcactus.com>2025-04-13 13:07:37 -0600
commit958a0ccf6bcb333a89be133b93f92e590d431bea (patch)
treee110eb5671b7784e6a4dacd0ca80289efddf8c6b /_posts/2020-08-21-survey-of-rust-gui-libraries.md
parent224de1edd592572f3490b130f0b258b162add3af (diff)
downloadboringcactus.com-958a0ccf6bcb333a89be133b93f92e590d431bea.tar.gz
boringcactus.com-958a0ccf6bcb333a89be133b93f92e590d431bea.zip
write a third rust gui survey
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.md2
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.