4 comments

[ 2.9 ms ] story [ 16.3 ms ] thread
lol... that site checks the referrer. If you're coming from HN, it tries to download human_fart.wav from wikipedia...
Don't clicking that link, unless you want to be greeted with an unpleasant sound from a downloaded .wav file because the author despises this site.

Also a TLDR on the Rust GUI libraries blog post:

No Rust GUI library is production ready nor are they even stable to use for a cross-platform desktop GUI app.

To answer the last question:

>so are we GUI yet?

No.

Alternatives:

Use Qt or Electron (Sorry).

Sorry about submitting this, found this blog via googling so had no idea it did referrer shenanigans.

I thought the Druid and iced mentions and sample code were interesting (and from the conclusions they are what the blog author seems to recommend). Personally I am leaning towards iced for a project I am starting, was curious what others thought about the current alternatives outside QT/electron.