https://github.com/studyresearchprojects/gtk-rs-quick-example
A quick sample of gtk-rs library for building desktop interfaces with rust-lang.
https://github.com/studyresearchprojects/gtk-rs-quick-example
gtk gtk-rs rust rust-lang sample
Last synced: 6 months ago
JSON representation
A quick sample of gtk-rs library for building desktop interfaces with rust-lang.
- Host: GitHub
- URL: https://github.com/studyresearchprojects/gtk-rs-quick-example
- Owner: StudyResearchProjects
- Created: 2020-02-04T04:29:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-04T04:32:48.000Z (about 6 years ago)
- Last Synced: 2025-08-04T01:01:19.215Z (6 months ago)
- Topics: gtk, gtk-rs, rust, rust-lang, sample
- Language: Rust
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gtk-rs-quick-example
A quick sample of `gtk-rs` library for building desktop interfaces with rust-lang.
## Getting Started
1. Install OS dependencies pointed out in the following site:
[OS Requirements](https://gtk-rs.org/docs-src/requirements.html)
2. Clone the following repository
```bash
git clone https://github.com/estebanborai/gtk-rs-quick-example.git
```
3. Run with `cargo` CLI
```bash
cd gtk-rs-quick-example/
cargo run
```