Possible to create both WASM and a desktol GUI at once?

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

Our great sponsors
  • Mergify - Updating dependencies is time-consuming.
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • SonarQube - Static code analysis for 29 languages.
  • dioxus

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

    dioxus is great. you can compile it either as wasm or a native executable, and it communicates with the DOM with a tiny bit of javascript – works both as a web app and a desktop app! the developer experience is really nice, it's basically React but in Rust.

  • iced

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

    Surprised no-one mentioned https://github.com/iced-rs/iced

  • Mergify

    Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.

  • slint

    Slint is a declarative GUI toolkit to build native user interfaces for applications that are written in Rust, C++, or JavaScript.

    The ability to change the cursor on hover was added many month ago: (https://github.com/slint-ui/slint/pull/721)

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