Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free. Learn more →
Slint Alternatives
Similar projects and alternatives to slint
-
-
tauri
Build smaller, faster, and more secure desktop applications with a web frontend.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
-
egui
egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
-
-
-
imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
-
lvgl
Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio.
-
flutter_rust_bridge
High-level memory-safe binding generator for Flutter/Dart <-> Rust
-
-
QMetaObject crate for Rust
Integrate Qml and Rust by building the QMetaObject at compile time.
-
-
-
-
-
-
-
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
slint reviews and mentions
- What would be the default gui library to choose ?
-
declarative GUI libraries
Check out Slint
-
Searching Self-Drawing Web GUI based on WebAssembly
Like egui, slint also uses wasm. Check out https://slintpad.com , the online editor for https://slint.dev
-
Show HN: Slint - A Declarative UI Toolkit Written in Rust for Embedded & Desktop
Currently the default is just whatever empty value for that type (so 0 or "")
But since this is something that was asked before, I created an issue: https://github.com/slint-ui/slint/issues/2936
Disclaimer: I work for Slint
Indeed we are actively working on all of those topics:
Accessibility support in Slint is improving. We just merged the initial AccessKit integration into our winit backend -- https://github.com/slint-ui/slint/pull/2865
IDE integration - our VSCode extension is pretty stable these days (https://slint.dev/get-started#vscode) and we also support integrating into other IDEs via LSP (https://slint.dev/get-started#other-ide)
Graphical tooling for UI/UX designers - our current prototype www.slintpad.com needs more work to become an easy Drag n'Drop editor for UI/UX designers -- but we are on the right path to achieve that :)
Qt is only needed if you want native looking widgets. Otherwise, another style will be used for widget, which does not look native. In the future, we plan to have native backend using the native API, which will allow native widgets without using Qt.
Reference: https://github.com/slint-ui/slint/blob/master/docs/install_q...
Thanks :)
For the short term, we have an example that some of our community users and commercial customers a using to build their custom virtual keyboard
https://github.com/slint-ui/slint/blob/master/examples/virtu...
-
Digital Audio Workstation Front End Development Struggles
It seems you may have used the FemtoVG backend, which is the default if Qt is not installed and is written in pure Rust. We offer multiple rendering backends, and you may have better results with the Qt or Skia backend, which utilize native font rendering. Additionally, a recent change made improvements to address this issue in our FemtoVG backend: https://github.com/slint-ui/slint/pull/2618
-
Build a desktop app with Qt and Rust - LogRocket Blog
Someone who worked at Qt. Made a QtQuick style of Rust Gui named Slint ui: https://slint-ui.com/
-
Which GUI toolkit for Rust today.. few questions...
Slint looks interesting. It basically uses a QML-like UI language and has bindings for Rust and C++ for native and webassembly.
-
A note from our sponsor - Mergify
blog.mergify.com | 26 Sep 2023
Stats
slint-ui/slint is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of slint is Rust.