Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colinkiama/7guis-vala
7GUIs tasks implemented in Vala with GTK 4
https://github.com/colinkiama/7guis-vala
7guis gtk gtk4 gui vala
Last synced: about 8 hours ago
JSON representation
7GUIs tasks implemented in Vala with GTK 4
- Host: GitHub
- URL: https://github.com/colinkiama/7guis-vala
- Owner: colinkiama
- Created: 2022-10-29T03:16:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T22:35:58.000Z (10 months ago)
- Last Synced: 2024-10-12T18:53:35.869Z (about 1 month ago)
- Topics: 7guis, gtk, gtk4, gui, vala
- Language: Vala
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 7GUIs Vala
I got bored so I decided to complete the [7GUIs tasks](https://eugenkiss.github.io/7guis/) in Vala.
## Build instructions
**Setup build directory**
```sh
meson build
```**Build project**
```sh
cd build
ninja
```
**Run program**They are all in their respective folders in the build directory
e.g the counter program would be in this directory relative to the project root:
```sh
./build/1-counter/counter
```