Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```