Iced Alternatives
-
rust
Empowering everyone to build reliable and efficient software.
-
Rustlings
:crab: Small exercises to get you used to reading and writing Rust code!
-
Scout
Get performance insights in less than 4 minutes. Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
-
druid
A data-first Rust-native UI design toolkit.
-
rust-blog
Educational blog posts for Rust beginners
-
n-link
Free, cross-platform, CX-II compatible computer linking program for the TI-Nspire.
-
Azul
Desktop GUI Framework
-
windows-rs
Rust for Windows
-
rfcs
RFCs for changes to Rust
-
relm
Idiomatic, GTK+-based, GUI library, inspired by Elm, written in Rust
-
Native Windows GUI
A light windows GUI toolkit for rust
-
gtk4-rs
GTK 4 bindings and wrappers for Rust (Development)
-
raui
Rust implementation of Renderer Agnostic User Interface
-
aoc-2020
Posts
-
Compiling Rust binaries for the Pinephone
I've been working on getting servo/webrender software renderer to be available on no_std, so that eventually I can port azul to the PinePhone as well as extremely limited embedded devices (without having to pay for Qt on Embedded - especially due to recent license changes), but it's still a massive work in progress. For now, either use iced, druid or gtk-rs (uses GTK)
-
Microsoft is building a great Rust team
Not many stable libs, but there are iced and druid.
-
Can you make GOOD LOOKING GUI in Rust?
Good looking? Yes. Native? Depending. The most promising Rust GUI frameworks don't attempt to do native controls. While I don't particularly like Iced's default theme, it can be changed (I'd assume that Druid can as well, I just haven't looked). Relm will do native UIs, but it's GTK, so keep that in mind. There's really good Windows and macOS GTK themes, but you may need to explicitly configure them to be the default. QT has worse bindings, so I wouldn't really go that route.
-
A half-hour to learn Rust
The state of that art is improving quickly: https://github.com/hecrj/iced
-
Working on themed Material Library components for RAUI
Reminds me of the iced UI library
Stats
hecrj/iced is an open source project licensed under MIT License which is an OSI approved license.