ousia
Write declarative components in Rust with Gtk4 (by aggalex)
Relm4
Build truly native applications with ease! (by Relm4)
Our great sponsors
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.
ousia
Posts with mentions or reviews of ousia.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-16.
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 2023-06-11.
-
[media] Czkawka 6.0 - File cleaner, now finds similar audio files by content, files by size and name and fix and speedup similar images search
Relm4 might make your migration easier. It has factories which make it easy to create lists (both sync and async) and recently added TypedListView as another useful abstraction over pure gtk-rs. There is a lot of potential in Rust + GTK, you just have to find idiomatic abstractions.
-
What are the scenarios where "Rewrite it in Rust" didn't meet your expectations or couldn't be successfully implemented?
Did you try Relm? It's an implementation is the elm architecture (think react) on top of Gtk. Given your experience with Gtk it might suit you really well, as you can even take only parts of it and continue using bare Gtk for the rest. Give it a try!
- Native App Development
-
GUI development with Rust and GTK 4
What about relm4? Is it generally feature complete? Can one use relm4 for most things, and drop to gtk4 for the oddball task that is not supported?
-
Forte! A new way of writing Gtk apps for GNOME.
What advantage would this Rust crate have over Relm4? It seems pretty similar to me, save for the property based syntax that Forte has, instead of the set_* ones used on Relm4.
-
Need guidance for developping GTK4 + Libwaita apps
If you like Rust I recommend Relm4, one of the best experiences I’ve had with a framework tbh, be sure to learn gtk-rs first.
- Rust: State of GUI, December 2022 – KAS blog
-
Are there any good UI/GUI libraries out there?
There are good GTK bindings for Rust (https://github.com/gtk-rs/gtk4-rs and https://github.com/Relm4/Relm4)
-
Hey Rustaceans! Got a question? Ask here! (43/2022)!
Hey all. This one's been a pain for me, so sorry if this is confusing. For some context, I'm following off the Relm4 simple example.
-
rustc_codegen_gcc: Progress Report #16
There's a relm4 crate for GTK4 https://github.com/Relm4/Relm4
What are some alternatives?
When comparing ousia and Relm4 you can also consider the following projects:
gtk4-rs - Rust bindings of GTK 4
Gtk4-tutorial - GTK 4 tutorial for beginners
dispatch-proxy - Combine internet connections, increase your download speed
druid - A data-first Rust-native UI design toolkit.
gtk-rs - Rust bindings for GTK 3
dioxus - Fullstack GUI library for desktop, web, mobile, and more.
gtk-rs-core - Rust bindings for GNOME libraries
tauri - Build smaller, faster, and more secure desktop applications with a web frontend.
owlkettle - A declarative user interface framework based on GTK 4
QML-rust - QML (Qt Quick) bindings for Rust language
iced - A cross-platform GUI library for Rust, inspired by Elm
sycamore - A library for creating reactive web apps in Rust and WebAssembly