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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. 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.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. 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.

  4. 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.

  5. iced

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

  6. 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

  7. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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

  • I am not yet ready to switch to Zig from Rust

    1 project | news.ycombinator.com | 15 Jun 2024
  • Show HN: Castiron – Simple podcast player in Rust

    2 projects | news.ycombinator.com | 12 Jun 2024
  • Cosmic Desktop Is Slated to Debut with Pop _OS 24.04 LTS

    1 project | news.ycombinator.com | 18 Feb 2024
  • Iced 0.12 Released

    1 project | news.ycombinator.com | 15 Feb 2024
  • I'm trying to build a progress bar for an Iced GUI app and having a lot of trouble with it.

    2 projects | /r/rust | 22 Sep 2023

Did you know that Rust is
the 5th most popular programming language
based on number of references?