Examples
DEPRECATED, use https://github.com/gtk-rs/gtk-rs repository instead!
Install / Use
/learn @gtk-rs/ExamplesREADME
DEPRECATION NOTICE
This repository is DEPRECATED. Use the gtk-rs/gtk-rs repository instead!
gtk-rs examples

A few gtk-rs examples. To build, just do:
> cargo build
or to enable GTK 3.x depending on the version needed by the example (check Cargo.toml [features] to see all specific GTK compile features available):
> cargo build --features gtk_3_18
> cargo build --all-features
And then run the executables with:
./target/debug/EXAMPLE-NAME
or with cargo run (repeating the compilation features used above), example:
cargo run --all-features --bin EXAMPLE-NAME
Please be sure to have installed all the required libraries before building examples (the list is available on the gtk-rs repository).
LICENSE
The gtk-rs examples repository is licensed under the MIT license, please refer to the LICENSE and COPYRIGHT files for more information.
Related Skills
node-connect
337.7kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.3kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
337.7kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.3kCommit, push, and open a PR
