Gtk-rs + Relm4 + Custom Widget + Glade
Demonstrating a custom widget through the creation of a gauge that displays some system properties.
- https://github.com/ntd/libagw
- https://github.com/HeisenbugLtd/aicwl
- http://www.dmitry-kazakov.de/ada/aicwl.htm
- https://github.com/ofedotov51/volvo-dash
- https://wiki.gnome.org/HowDoI/CustomWidgets
- https://developer-old.gnome.org/gladeui/stable/catalogintro.html
- https://github.com/gtk-rs/gtk4-rs/tree/master/examples/flow_box
- https://gitlab.gnome.org/World/design/emblem/-/blob/master/src/svg_paintable.rs
- https://blog.gtk.org/2020/04/23/custom-widgets-in-gtk-4-introduction/
- https://gtk-rs.org/gtk4-rs/stable/latest/book/
- https://relm4.org/book/stable/
- https://github.com/gtk-rs/gtk4-rs/tree/master/examples
- https://www.figuiere.net/technotes/notes/tn003/
- https://gitlab.gnome.org/GNOME/niepce
- https://github.com/pop-os/cosmic-applets
- https://gtkdcoding.com/2019/08/06/0059-cairo-iii-circles-and-arcs.html
- source of the cairo compass image
- https://gitlab.gnome.org/jpu/cambalache
GPLv2
- The SVG files (resources/clock-*.svg) are from cairo-clock (GPLv2).