from Hacker News

Iced.rs vs. Dioxus for cross-platform GUI in Rust

by leandot on 4/12/25, 10:31 AM with 3 comments

What is your experience with those frameworks? I am interested in building something similar to Insomnia/Postman for fun & learning mostly. What is the web story of each framework? Thanks!
  • by jdbohrman on 4/12/25, 10:52 PM

    Dioxus is wayyy more fleshed out tbh. And with https://freyaui.dev/ it's super easy.
  • by olebedev on 4/13/25, 12:45 AM

    I use iced, the idea behind is great - elm architecture. However, the attitude of maintainer that doesn’t bother to be involved in discussions in their discord and merge behemoth size changes with no review makes me think more and more if it’s a good choice.

    I recently started looking at the xilem which is also elm architecture inspired abd being developed openly and with proper engineering practices, however it is at very early stages just yet.