Adwaita MS Paint
Developed as a broader inquest into using libadwaita, adhering to the GNOME HIG, as a modern GNOME Rust application.
Rust, GTK4, and libadwaita are required.
- Fedora:
sudo dnf install gtk4-devel libadwaita-devel rust cargo
This project is easy to build using GNOME Builder, Otherwise, you can setup & run Brush with the following:
meson setup target -Dbuildtype=debug --prefix="$HOME/.local" # Setup
ninja install -C target # Build
cargo run # RunBrush is licensed under the GPL v3.0 license. A copy of it has been included with Brush.