Is there a reliable and documented GUI library out there?

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

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

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

  • The examples in the repository (https://github.com/linebender/druid/tree/v0.7.0/druid/examples) are also a good reference for how to do things.

  • docs.rs

    crates.io documentation generator

  • I've been looking for a while for a GUI library for a while... I've never dealt with writing GUI and I come from a python and C background so this is a pretty foreign kind of programming for me. I've tried out IUI, which I couldn't get to work at all (it also isn't maintained any more :( ), EGUI, which was cool and very easy to use, but had some issues that were bad enough for me to move on to something else. Druid seems pretty cool, but there's no information at all except for what's available on docs.rs which frankly isn't enough for me to wrap my head around how things are supposed to work.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Slint

    Discontinued Slint is a toolkit to efficiently develop fluid graphical user interfaces for any display: embedded devices and desktop applications. We support multiple programming languages, such as Rust, C++ or JavaScript. [Moved to: https://github.com/slint-ui/slint]

  • People have been recommending https://sixtyfps.io/ to me.

  • iced

    A cross-platform GUI library for Rust, inspired by Elm

  • gtk4-cross

    A Docker container for cross-compiling gtk4 programs to Windows.

  • Yeah, it's actually much easier to cross compile from linux to windows. If you only have windows you can use docker desktop and this container to cross compile https://hub.docker.com/r/etrombly/rust-crosscompile . It doesn't have gtk4 support yet though, someone forked it if you need gtk4 https://github.com/MGlolenstine/gtk4-cross

  • 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
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