vala-lang / gtk4-samples

Vala GTK4 Sample Code
MIT No Attribution
3 stars 0 forks source link
adw adwaita blueprint blueprint-ui example-apps examples gtk gtk4 gui hacktoberfest libadwaita sample-apps sample-code sample-codes samples ui vala

Vala GTK4 Samples

Some of these samples are featured in the Vala Documentation Website.

View the repository for the website here: https://github.com/vala-lang/vala-docs

Structure

Top-level directories should are:

Each top-level repository is split into two directories:

In each of the directories (gtk4 and adw), there are directories for each sample.

Trying out the samples

While samples should aim to be complied without a build system, some samples may use a build system if they are a bit too complex to setup.

The primary build system that will be used for these samples is meson.

Each sample project directory in this repo will have its own README, including instructions on how to build and run the samples.

Contributing

Feel free to suggest changes using issues and add/update samples with pull requests.

Resources