-
slint
Slint is an open-source declarative GUI toolkit to build native user interfaces for Rust, C++, JavaScript, or Python apps.
There's a work-in-progress branch to embed a GStreamer video feed into a Slint window: https://github.com/slint-ui/slint/tree/simon/gstreamer
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Not that I'm in any way suggesting that you have to have to pursue this, but I'd suggest that not having this as a goal is why it hasn't happened. I've seen apps built with Druid (like https://github.com/jpochyla/psst) and they look great. But when I looked into the documentation, I was really struggling to get started. In contrast, libraries like Iced are quite limited in what they can do and are not as architecturally sound as Druid, but seem to have put more effort into the onboarding experience and documentation for beginners (see also: the effort that Rust itself puts into being beginner friendly, and how that has enabled it jump into the mainstream where other similar languages have remained niche).
-
I think it's in Druid repo, but different branches, such as: https://github.com/linebender/druid/tree/idiopath
-
Druid is interesting as a research project. But seeing that Lapce uses its own forks of druid and xi-rope/xi-editor and the last release of Druid is from January 202 it still changes too much to be able to use it. I think the biggest obstacle to more popularity is that it never managed to stabilize its API.
-
yoo check out Dioxus :)
-
Thanks for the kind words <3 I'm one of the maintainers of both bevy and taffy (our upstream layouting library)!
-
Thanks for the kind words <3 I'm one of the maintainers of both bevy and taffy (our upstream layouting library)!
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
Any chance of working with zero-copy deserialization frameworks? like https://github.com/rkyv/rkyv or capnproto