rust-sciter
Rust bindings for Sciter (by sciter-sdk)
QML-rust
QML (Qt Quick) bindings for Rust language (by White-Oak)
rust-sciter | QML-rust | |
---|---|---|
6 | - | |
814 | 196 | |
0.0% | - | |
0.0 | 0.0 | |
about 3 years ago | almost 8 years ago | |
Rust | Rust | |
MIT License | 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.
rust-sciter
Posts with mentions or reviews of rust-sciter.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-17.
- Hey Rustaceans! Got a question? Ask here (16/2023)!
- Rust 1.64 Became 10-20% Faster On Windows
-
Azure CTO: “It's time to halt starting any new projects in C/C++ ”
Most GUI apps don't need what Qt provides though. They mostly need stability and cross-platform support, so ... they should start with something like Tauri or Sciter, and if there is something they need natively they will be in a much better situation to pick their poison.
https://github.com/tauri-apps/tauri uses OS provided WebView
https://github.com/sciter-sdk/rust-sciter uses Sciter
-
Do you think the Rust is production ready for GUI in 2021?
I seriously advise against using rust-sciter. It uses a lot of unsafe code, some of which is invalid and directly causes Undefined Behavior; see for example issue #114. rust-sciter's author doesn't seem to have any interest in fixing those. Besides, the code is highly unidomatic and looks like it's been written to resemble C++ – this is in itself not wrong, but always a red flag.
-
Any stable crate to develop a cross-platform Rust desktop app?
I use https://github.com/sciter-sdk/rust-sciter in my project https://github.com/rustdesk/rustdesk
QML-rust
Posts with mentions or reviews of QML-rust.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning QML-rust yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
When comparing rust-sciter and QML-rust you can also consider the following projects:
Cursive - A Text User Interface library for the Rust programming language
gtk - DEPRECATED, use https://github.com/gtk-rs/gtk3-rs repository instead!
Azul - Desktop GUI Framework
imgui-rs - Rust bindings for Dear ImGui
libui-rs - Rust bindings to the minimalist, native, cross-platform UI toolkit `libui`
Termion - Mirror of https://gitlab.redox-os.org/redox-os/termion