fltk-rs
slint
fltk-rs | slint | |
---|---|---|
31 | 147 | |
1,717 | 18,911 | |
1.3% | 2.1% | |
9.0 | 10.0 | |
7 days ago | 3 days ago | |
Rust | Rust | |
MIT License | GNU General Public License v3.0 Or Slint Royalty-Free |
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.
fltk-rs
-
Explain how to use fltk tile group
I have added a tile example to the repo, it's based on the FLTK example.
-
fltk-accesskit: AccessKit integration for fltk
fltk-accesskit is an accesskit integration crate for fltk-rs, the gui crate. It's implemented as an external crate to allow for more experimentation before stabilizing the api, especially since fltk is at version 1.4.
-
Which GUI toolkit for Rust today.. few questions...
fltk-rs worked well for me, for a small app.
-
no good UI toolkit/framework
Gtk doesn’t require you to write xml, you can write your gui code in Rust. You also have https://github.com/fltk-rs/fltk-rs
-
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)!
FLTK
-
The state of Rust GUI libraries
The fltk-rs library provides Rust bindings for the FLTK toolkit. The fltk-rs crate supports old architecture with more than 80 customizable widgets and more than four supported theme schemes, including the GTK scheme. You can also use the fltk-theme crate for more customizations.
-
fltk-plot - A simple, interactive 2D plotting library using fltk-rs
A friend of mine grew tired of plotting libraries that did not allow adding data points to his plot interactively like you can in Matlab, so he wrote one using FLTK using C++. I refactored his code a bit and then ported to Rust using the fltk-rs crate. Recently I needed this library for a project and I noticed I had not made it publicly available on Github. So I present to you the fltk-plot library!
-
fltk-rs version 1.3.0 released
fltk-rs is a Rust bindings crate for FLTK, the cross-platfrom & lightweight gui library.
-
What are the best GUI libraries for a potentially “serious”/large project?
Besides GTK I can recommend FLTK. It has been around for a long time and is very stable.
slint
-
WASM Will Replace Containers
> I wonder if someone could make a decent cross-platform GUI toolkit to save us from the horribly slow Electron-hell we've carved out for ourselves.
https://github.com/slint-ui/slint
-
Skymont: Intel's E-Cores reach for the Sky
There are a bunch of new native UI toolkit as well, such as Slint [https://slint.dev]
- Ask HN: What to use for desktop apps for Windows or Mac?
-
Show HN: Brisk – Cross-Platform C++ GUI Framework: Declarative, Reactive, Fast
While I welcome new cross-platform GUI Frameworks, I wonder why not use a declarative UI similar to QML? Even Slint[1] (which is built in Rust) uses such syntax for its UI.
[1] https://slint.dev
-
Electrobun: Cross-platform desktop applications written in TypeScript
If you want to use Rust, Slint[0] may be something to consider, seeing as the existing bindings for Qt and QML are not very pleasing to use (mostly talking about qmetaobject-rs and cxx-qt). If I'm not mistaken, Slint is developed by ex-QML people.
[0]: https://slint.dev
-
Do Not Sign the Qt License Agreement Unchanged
Yes, we'd like to improve on that: https://github.com/slint-ui/slint/issues/4128
-
LSP: The Good, the Bad, and the Ugly
I've implemented a LSP server (for Slint - https://slint.dev) and I agree with this article.
The paradox is that it was meant to avoid to write language support for each editor. Yet, if you want to support vscode you must create a specific extension for it and can't just have a language client.
The article mention the configuration problem, but I'd add the problem that Microsoft refuses to specify a way for the server to tell the client what are the config options so that the client can show some kind UI showing the possible configuration options with a description of what they do. https://github.com/microsoft/language-server-protocol/issues...
-
Cosmic Alpha Released
I've been enjoying Slint[0] lately. It is inspired by QML but is entirely implemented in Rust. From what I understand, it also transpiles the .slint files into Rust.
[0]: https://slint.dev
-
Writing GUI apps for Windows is painful
I'm working on a GUI toolkit that should match the requirements: Slint - https://slint.dev
-
Ask HN: Why would you ever use C++ for a new project over Rust?
Did you get a chance to check https://slint.dev?
Disclaimer: I work for Slint
What are some alternatives?
iced - A cross-platform GUI library for Rust, inspired by Elm
tauri - Build smaller, faster, and more secure desktop and mobile applications with a web frontend.
gtk4-rs - Rust bindings of GTK 4
dioxus - Fullstack app framework for web, desktop, mobile, and more.
gtk-rs - Rust bindings for GTK 3