Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 850 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 850 Bytes

GTK Notes

A simple, cross-platform, note taking application developed with GTK 4.

Screenshot from 2023-02-25 23-54-52

The project is made with Rust using the Relm4 library: a high-level component-based framework inspired by Elm for building GUI applications, built on top of gtk-rs.

It was originally developed as a GNOME application written in C using GNOME Builder as the IDE and Cambalache to build the UI, but it has since been rewritten to use Rust and the Relm4 library.

License

This project is licensed under the GNU GPL v3, check what you can and cannot do with this code in the LICENSE file.