Get the latest tech news
Show HN: Rust GUI Library via Flutter
Background #Rust has been “the most desired programming language” for 8 years (by StackOverflow and GitHub 1 2), and many people want to write programs with a GUI in Rust.
It seems more suitable for “apps” on web and other platforms (real-world e.g. Google Earth, Rive’s animation editor, …) than static webpages. It translates many things automatically, such as arbitrary types,&mut, async, traits, results, closure (callback), lifetimes, etc. Flutter is declarative, thus we can naturally translate the sentence “a column with padding, containing a text showing current count, and a button for increment” into:
Or read this on Hacker News