Relm4
An idiomatic GUI library inspired by Elm and based on gtk4-rs [Moved to: https://github.com/Relm4/Relm4] (by AaronErhardt)
relm
Idiomatic, GTK+-based, GUI library, inspired by Elm, written in Rust (by antoyo)
Relm4 | relm | |
---|---|---|
9 | 23 | |
383 | 2,447 | |
- | 0.2% | |
9.5 | 5.5 | |
almost 3 years ago | 11 months ago | |
Rust | Rust | |
GNU General Public License v3.0 or later | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Relm4
Posts with mentions or reviews of Relm4.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-02-19.
- #31 Bit Windy · This Week in GNOME
-
Does Rust have a React-like GUI framework? If not, why not?
Relm4 is the newer version for GTK4 https://github.com/AaronErhardt/relm4
-
Pop collaboration with Relm4 / Writing GTK applications for Pop
[dependencies.relm4] git = "https://github.com/AaronErhardt/relm4" branch = "new-approach" [dependencies.relm4-macros] git = "https://github.com/AaronErhardt/relm4" branch = "new-approach"
-
GTK language bindings, GObject over native classes?
Probably, many gtk-rs devs have used C before and also GObjects can give you more control in some cases. But for the most part you will be fine using idiomatic Rust with something like Relm4.
-
Got a few questions for those who are daily drivin the PinePhone
As for writing apps, I've been enjoying Rust + Relm4 (https://github.com/AaronErhardt/relm4), but it might be easier to start off with Python or Vala and GTK or similar. A lot of gnome apps are Python. This looks like a good way to get started: https://www.gtk.org/docs/language-bindings/python/
- Gtk4 Tutorial
-
Whats your favourite open source Rust project that needs more recognition?
relm4 - like relm, but for GTK4
-
Recommended Rust GUI Libraries
Creator of [Relm4](https://github.com/AaronErhardt/relm4 here. Of course I might be a bit biased but I honestly think Relm4 has currently the best cross-platform and full-featured GUI experience for Rust programmers :)
-
What's everyone working on this week (29/2021)?
I'm working on relm4, an new version of relm using gtk4-rs
relm
Posts with mentions or reviews of relm.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-23.
- [Rust] Pouvez-vous faire une bonne interface graphique dans Rust?
-
Rust GUI framework
There is Iced which is used by system76 in Pop!_OS, Druid [DISCONTINUED], GTK-rs, Relm, Azul and Tauri. Personally I would use Tauri for its speed using the OS's native web render, documentation of use with things such as Sveltekit and the ability to make UI's using JS, CSS and HTML. Tauri similarly to Electron whilst being far faster. But its up to personal preference really. There aren't any solid "go to" options at the moment.
- Relm – idiomatic, GTK-based GUI library for Rust
-
What are the pros/cons of the best GUI options for a cross platform app in Rust?
Currently, I have narrowed potential libraries to: 1. Flutter 2. FLTK 3. Relm (GTK) 4. iced 5. Slint 6. Imgui, Imgui-rs 7. and gtk-rs
-
Hey Rustaceans! Got a question? Ask here (4/2023)!
Relm (GTK)
-
is makeing Vulkan guis worth it?
Relm, Slint (formerly SixtyFPS), Druid and Iced are all very promising idiomatic GUI toolkits with a great deal of community activity around them, and all of those perform substantially better in the accessibility department than ImGui and egui, to my knowledge. areweguiyet.com can give you some more pointers as well.
-
The state of Rust GUI libraries
To use relm, you need to add the gtk and relm libraries to your project's dependencies in your Cargo.toml file. You’ll also need to have the gtk library installed.
-
A declarative desktop UI framework for Rust built on GTK and GTK-rs
No , not really a lot of the time people are trying to tackle problems that have taken years to solve in other languages which isn’t easy and is why you see stuff abandoned. This project is also pretty similar to [relm](https://github.com/antoyo/relm) which is an active project.
-
egui or iced or druid?
The [older gtk3 version of relm](https://github.com/antoyo/relm) has 2.1k stars. Relm4 is uses gtk4 which is newer.
-
Any good resources for using Rust with GTK4 and Libadwaita?
Relm (supposedly more idiomatic)
What are some alternatives?
When comparing Relm4 and relm you can also consider the following projects:
gtk - DEPRECATED, use https://github.com/gtk-rs/gtk3-rs repository instead!
Native Windows GUI - A light windows GUI toolkit for rust
Azul - Desktop GUI Framework
egui - egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
libui-rs - Rust bindings to the minimalist, native, cross-platform UI toolkit `libui`