sixtyfps
DISCONTINUED
relm
Our great sponsors
sixtyfps | relm | |
---|---|---|
59 | 21 | |
3,094 | 2,264 | |
- | - | |
9.9 | 3.3 | |
12 months ago | 9 days ago | |
Rust | Rust | |
GNU General Public License v3.0 or later | MIT License |
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.
sixtyfps
-
Will Qt support the Rust language by default? (just curiosity)
As an anecdote, the three top contributors to sixtyfps are ex-Qt people. I think it is not anecdotal that there is at least some degree of overlap and competition between Rust and C++, and that this is a market that surely The Qt Company is watching.
-
BeeWare – write Python, run as native everywhere
SixtyFPS (https://sixtyfps.io/) is in progress for Rust, but it is still early days. It also does not technically use a native toolkit (it uses Qt), but I believe that might be on roadmap. For traditional GUI apps, I think the lack of a table or tree widget is the most limiting for the time being. They have stated they intend to remedy that.
-
What are the best GUI libraries for a potentially “serious”/large project?
The most promising GUI hasn't been posted here, SixtyFPS. It's in it's early stages and not FOSS, but it's built by some ex-QT cats and has a lot of potential.
-
Is there a reliable and documented GUI library out there?
People have been recommending https://sixtyfps.io/ to me.
-
Is it worth writing a GUI toolkit in Rust?
There is already a project to make a Qt like GUI toolkit in Rust: https://sixtyfps.io/ It is really similar to Qt https://sixtyfps.io/releases/0.1.5/docs/rust/sixtyfps/index.html
-
Tauri – Electron alternative written in Rust
People are doing that too. https://sixtyfps.io/ is basically a Qt clone in Rust, actually developed by previous Qt developers.
-
I'm giving out microgrants to open source projects for the third year in a row! Brag about your projects here so I can see them, big or small!
spdlog, a pretty useful and more and more commonly used logging library for C++.\ SixtyFPS, an emerging GUI library for Rust, but you can use it in multiple languages. It uses OpenGL or Qt currently as backend (well, it's a new library and they wanted two from the get-go to make sure their abstractions are done right/well enough). They started a company this year for it too.
-
Why I choose Electron even when I wanted to use QT
Just so some are not aware, there's a new project called sixtyfps by some people who were in the Qt world for long. I didn't take a deep dive into it but it looks promising.
-
State of Rust GUI in 2021?
https://sixtyfps.io/ have a toolkit with Rust with free and paid offerings. I haven't used it, but might be worth the look.
relm
-
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)
- Does Rust have a React-like GUI framework? If not, why not?
-
What's everyone working on this week (29/2021)?
I'm working on relm4, an new version of relm using gtk4-rs
-
new rust/gtk3 wireshark-like application to capture and view http/http2/postgres wire traffic
It is otherwise my third https://github.com/antoyo/relm application, and I still love it as much as the first day! Looking forward for gtk4 support in relm.
What are some alternatives?
egui - egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
gtk - DEPRECATED, use https://github.com/gtk-rs/gtk3-rs repository instead!
Azul - Desktop GUI Framework
DearPyGui - Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies
iced - A cross-platform GUI library for Rust, inspired by Elm
druid - A data-first Rust-native UI design toolkit.
FLTK - FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development
QMetaObject crate for Rust - Integrate Qml and Rust by building the QMetaObject at compile time.
Native Windows GUI - A light windows GUI toolkit for rust
imgui - Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
wxRust - A Rust binding of the wxWidgets cross platform toolkit.