Simple custom button with Slint in under 4 Minutes

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

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

  • Two designs that seem work well with Rust are immediate mode (egui for example) and an Elm-style reactive design (for example Iced). I'm pretty sure a more traditional style retained mode GUI could also work well (using interior mutability), but I don't have a good example of that.

  • iced

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

  • Two designs that seem work well with Rust are immediate mode (egui for example) and an Elm-style reactive design (for example Iced). I'm pretty sure a more traditional style retained mode GUI could also work well (using interior mutability), but I don't have a good example of that.

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