Relm4
An idiomatic GUI library inspired by Elm and based on gtk4-rs [Moved to: https://github.com/Relm4/Relm4] (by AaronErhardt)
tealr
A wrapper around mlua to generate documentation, definition files and other helpers (by lenscas)
Relm4 | tealr | |
---|---|---|
9 | 10 | |
383 | 72 | |
- | - | |
9.5 | 6.8 | |
almost 3 years ago | 7 days ago | |
Rust | Rust | |
GNU General Public License v3.0 or later | - |
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.
Relm4
Posts with mentions or reviews of Relm4.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-02-19.
- #31 Bit Windy · This Week in GNOME
-
Does Rust have a React-like GUI framework? If not, why not?
Relm4 is the newer version for GTK4 https://github.com/AaronErhardt/relm4
-
Pop collaboration with Relm4 / Writing GTK applications for Pop
[dependencies.relm4] git = "https://github.com/AaronErhardt/relm4" branch = "new-approach" [dependencies.relm4-macros] git = "https://github.com/AaronErhardt/relm4" branch = "new-approach"
-
GTK language bindings, GObject over native classes?
Probably, many gtk-rs devs have used C before and also GObjects can give you more control in some cases. But for the most part you will be fine using idiomatic Rust with something like Relm4.
-
Got a few questions for those who are daily drivin the PinePhone
As for writing apps, I've been enjoying Rust + Relm4 (https://github.com/AaronErhardt/relm4), but it might be easier to start off with Python or Vala and GTK or similar. A lot of gnome apps are Python. This looks like a good way to get started: https://www.gtk.org/docs/language-bindings/python/
- Gtk4 Tutorial
-
Whats your favourite open source Rust project that needs more recognition?
relm4 - like relm, but for GTK4
-
Recommended Rust GUI Libraries
Creator of [Relm4](https://github.com/AaronErhardt/relm4 here. Of course I might be a bit biased but I honestly think Relm4 has currently the best cross-platform and full-featured GUI experience for Rust programmers :)
-
What's everyone working on this week (29/2021)?
I'm working on relm4, an new version of relm using gtk4-rs
tealr
Posts with mentions or reviews of tealr.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-11.
-
What's everyone working on this week (28/2022)?
working more on tealr more specifically tealr_doc_gen
-
What's everyone working on this week (25/2022)?
Fixing some short comings in tealr that people discovered. Also, making hv_lua work with tealr and ideally start adding that fishfight.
-
Announcing mlua 0.8.0-beta with Roblox Luau support
Fantastic! Very happy to see this move forward at such a fast pace. We’re implementing scripting in Fish Fight via the tealr crate, which wraps mlua (and rlua).
-
Man, I love this language.
Hopefully the last hand on https://github.com/lenscas/tealr for a new release. Mostly going over the documentation. Laying less emphasis on teal and more on "Hey, using this you can express a more typesafe api to lua and can actually easily document it.".
-
What's everyone working on this week (7/2022)?
tealr, my wrapper around rlua and mlua to focus on (among other things) being better able to describe your api in the form of types: Getting it to a point to release a new version. Which is all about allowing people to document they API that they created for lua/teal. This documentation gets written to the definition files when generating them. In addition, you can also ask tealr to generate a instance.help(page:Option) method on your types. When doing this, the documentation gets made available through this function. By default it prints out "type level" documentation for this type, as well as what other pages are availalbe. When given a string, it shows the documentation for that page instead. Pages that belong to methods also automatically include the type signature.
-
What's everyone working on this week (33/2021)?
This requires some new features in my Rust <-> Teal FFI library tealr https://github.com/lenscas/tealr which is now also close to getting a new release, with the only thing I want to do is fix how its TypedFunction work (right now, it always contains a lua function, even if it was made inside of Rust, which puts some needless limits on it).
-
What's everyone working on this week (29/2021)?
After that it is time to finish mlua support for tealr . As well as making it better at dealing with api's like tealsql has made.
-
Cargo: A universal installer!
In case anyone is interested: Issue about it here https://github.com/lenscas/tealr/issues/17
-
rust-analyzer changelog #69
Can you try removing the println! at https://github.com/lenscas/tealr/blob/cee2363a14c53b995a69efb2b4cbd84010905276/tealr_derive/src/lib.rs#L155?
What are some alternatives?
When comparing Relm4 and tealr you can also consider the following projects:
gtk - DEPRECATED, use https://github.com/gtk-rs/gtk3-rs repository instead!
koto - A simple, expressive, embeddable programming language
Native Windows GUI - A light windows GUI toolkit for rust
CubeSimRS - Rust based Rubik's Cube simulation and solving library.
relm - Idiomatic, GTK+-based, GUI library, inspired by Elm, written in Rust
hello-actix - Hello, actix!