egui or iced or druid?

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • dioxus

    Fullstack GUI library for web, desktop, mobile, and more.

  • There’s also https://dioxuslabs.com/ I never tried it, but seems that is gaining traction.

  • relm

    Idiomatic, GTK+-based, GUI library, inspired by Elm, written in Rust

  • The [older gtk3 version of relm](https://github.com/antoyo/relm) has 2.1k stars. Relm4 is uses gtk4 which is newer.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • slint

    Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.

  • There's also slint (née 60fps)

  • whatthefn

  • The Elm model is fine, but it just didn't seem to work well with GTK. I never found much use for message passing - binding or signal callbacks accomplished state changes without much hassle, and fitting into GTK much better. For instance, here's a fairly complex page using subclassing + composite templates via blueprints: https://github.com/JMS55/whatthefn/blob/master/res/blp/profile_setup_page.blp + https://github.com/JMS55/whatthefn/blob/master/src/profile_setup_page.rs.

  • druid

    A data-first Rust-native UI design toolkit. (by linebender)

  • this update does not give me great confidence though..

  • egui

    egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native

  • Here you go: https://github.com/emilk/egui/pull/1396

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts