koto
relm
Our great sponsors
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.
koto
- Rock v0.2.1, a little native toy language I've made with Rust and LLVM.
-
What's everyone working on this week (29/2021)?
Putting the finishing touches on a procedural macro to bind Rust code to koto we want to use in synth. Also a blog post about it is on the way.
-
What's everyone working on this week (23/2021)?
I'm currently trying to improve the vtable dispatch in koto (because I want to use it in synth).
-
Dyon – A rusty dynamically typed scripting language
I've been working on Koto which is intended for this kind of use case. I've been thinking about extending Rust applications with scripting, and I have games in mind but more generally I'm interested in rapid iteration in creative applications. It's still very early so I haven't shared it more widely but I'd be curious to hear what you think.
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?
gtk - DEPRECATED, use https://github.com/gtk-rs/gtk3-rs repository instead!
Azul - Desktop GUI Framework
iced - A cross-platform GUI library for Rust, inspired by Elm
wxRust - A Rust binding of the wxWidgets cross platform toolkit.
libui-rs - Rust bindings to the minimalist, native, cross-platform UI toolkit `libui`
Relm4 - An idiomatic GUI library inspired by Elm and based on gtk4-rs [Moved to: https://github.com/Relm4/Relm4]
sixtyfps - Slint is a toolkit to efficiently develop fluid graphical user interfaces for any display: embedded devices and desktop applications. We support multiple programming languages, such as Rust, C++ or JavaScript. [Moved to: https://github.com/slint-ui/slint]
conrod - An easy-to-use, 2D GUI library written entirely in Rust.
orbtk - The Rust UI-Toolkit.
Native Windows GUI - A light windows GUI toolkit for rust
QML-rust - QML (Qt Quick) bindings for Rust language
libsignal - Home to the Signal Protocol as well as other cryptographic primitives which make Signal possible.