Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/workbenchdev/demos
Demos of GNOME technologies - GTK, libadwaita, CSS, portals, ...
https://github.com/workbenchdev/demos
blueprint css demo demos flatpak gjs gnome gtk gtk-rust gtk4 javascript libadwaita portals pygobject python rust rust-lang vala
Last synced: about 2 months ago
JSON representation
Demos of GNOME technologies - GTK, libadwaita, CSS, portals, ...
- Host: GitHub
- URL: https://github.com/workbenchdev/demos
- Owner: workbenchdev
- License: cc0-1.0
- Created: 2023-12-09T09:58:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-10T13:45:29.000Z (2 months ago)
- Last Synced: 2024-10-10T22:13:32.257Z (2 months ago)
- Topics: blueprint, css, demo, demos, flatpak, gjs, gnome, gtk, gtk-rust, gtk4, javascript, libadwaita, portals, pygobject, python, rust, rust-lang, vala
- Language: Vala
- Homepage:
- Size: 21 MB
- Stars: 11
- Watchers: 2
- Forks: 15
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Demos
This is the repository containing the Library demos of [Workbench](https://github.com/workbenchdev/Workbench).
## Contributing
1. [Install Workbench](https://flathub.org/apps/re.sonny.Workbench)
2. Clone/fork this repository
3. In Workbench menu select "Open Project"
4. Open one of the directory under [src](./src)
5. Make changes
6. Open a pull request---
⚠️ If you are contributing to Rust please do the following:
```sh
cd demos
flatpak override --user --filesystem=$PWD re.sonny.Workbench
# restart Workbench
```For more details see [CONTRIBUTING.md](./CONTRIBUTING.md).
## Code of conduct
Workbench follows the [GNOME Code of Conduct](https://conduct.gnome.org/).
- **Be friendly.** Use welcoming and inclusive language.
- **Be empathetic.** Be respectful of differing viewpoints and experiences.
- **Be respectful.** When we disagree, we do so in a polite and constructive manner.
- **Be considerate.** Remember that decisions are often a difficult choice between competing priorities.
- **Be patient and generous.** If someone asks for help it is because they need it.
- **Try to be concise.** Read the discussion before commenting.## License
[CC0 - Public domain](https://creativecommons.org/public-domain/cc0/)
See [COPYING](./COPYING)