What do people use for simple UI projects?

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • slint

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

  • If you are concerned about RAM usage: You should check out slint. It works great for desktop apps, using graphics acceleration and all that, but it scales all the way down to micro controllers with some hundred of kilobytes of RAM.

  • iced_taffy

    Library for using Taffy layout with the Iced GUI framework. It currently provides a single Grid component for 2D grid layout.

  • I've been working on more powerful layout (Flexbox and CSS Grid) for Iced based on Taffy. It's going to be a while until it's production ready as it has required relatively significant changes to Taffy to allow it to integrate with Iced, but if you're willing to live on the bleeding edge then there's an experimental CSS Grid widget available here: https://github.com/nicoburns/iced_taffy

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

    Build smaller, faster, and more secure desktop applications with a web frontend.

  • Tauri is an interesting option too https://tauri.app/

  • druid

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

  • Druid should be good for most cases, it has a lot of built-in widget for the UI, you can even make a custom widget with a canvas-alike painting API.

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

  • Hey Rustaceans! Got a question? Ask here! (41/2022)!

    7 projects | /r/rust | 10 Oct 2022
  • how to start building desktop application with rust for newbie

    2 projects | /r/rust | 19 May 2023
  • Any advice for as simplest GUI as possible

    2 projects | /r/rust | 13 Feb 2023
  • Build smaller, faster, and more secure desktop applications with a web frontend.

    2 projects | /r/rust | 9 Nov 2022
  • Rust GUI, which one to choose?

    6 projects | /r/rust | 22 Sep 2022