bodil / vgtk

A declarative desktop UI framework for Rust built on GTK and Gtk-rs
http://bodil.lol/vgtk/
Other
1.05k stars 37 forks source link

Comparison to relm #78

Open Gaelan opened 3 years ago

Gaelan commented 3 years ago

This crate and relm seem pretty similar on a first glance—they're both GUI libraries with a "modern" Elm/React-style API. It'd be nice if there was some documentation somewhere describing the differences and pros/cons of each.

Some preliminary notes from a quick look at each crate:

Gaelan commented 3 years ago

I've opened an equivalent issue on relm here: https://github.com/antoyo/relm/issues/274

sanpii commented 3 years ago

I wrote some programs with relm and I tried to write one with vgtk, but I rapidly switch back to relm due to the issue #39.