butter
Relm4
butter | Relm4 | |
---|---|---|
2 | 23 | |
138 | 1,523 | |
- | 2.6% | |
5.4 | 8.6 | |
4 months ago | 11 days ago | |
Rust | Rust | |
GNU General Public License v3.0 only | Apache License 2.0 |
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.
butter
-
GUI tool for btrfs snapshots of data volume
Shameless plug, but there’s Butter
- Butter: yet another Btrfs snapshot manager and automatic snapshot scheduler built with Rust and GTK4
Relm4
-
Writing Gnome Apps with Swift
There is Relm (https://relm4.org/). Which is in Rust is just GTK (through it's Rust bindings) with a nice reactivity layer on top.
-
Resources for learning to write ui files for GTK4
I’d recommend you checking out https://relm4.org if you know a little Rust. Relm4 is currently the easiest and most intuitive way to write GTK
-
[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?
https://relm4.org/
-
Newbie needs help with Relm4 errors. On Kubuntu
Using this example: https://github.com/Relm4/Relm4/blob/main/examples/simple.rs
-
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
What are some alternatives?
pg_branch - Experimental Postgres extension for quickly branching databases through file system snapshots
dispatch-proxy - Combine internet connections, increase your download speed
Optimizing-linux - A simple guide for optimizing linux 🐧 in detail
gtk4-rs - Rust bindings of GTK 4
snapshot - A utility for taking btrfs snapshots of Pop!_OS installs
Gtk4-tutorial - GTK 4 tutorial for beginners
rnote - Sketch and take handwritten notes.
gtk-rs - Rust bindings for GTK 3
httm - Interactive, file-level Time Machine-like tool for ZFS/btrfs/nilfs2 (and even Time Machine and Restic backups!)
iced - A cross-platform GUI library for Rust, inspired by Elm
owlkettle - A declarative user interface framework based on GTK 4
gtk-rs-core - Rust bindings for GNOME libraries