Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/spikedpaladin/valagtktemplate

Template to build Gtk app with Vala & Blueprints
https://github.com/spikedpaladin/valagtktemplate

adwaita gtk gtk4 template templates vala vala-applications

Last synced: 5 days ago
JSON representation

Template to build Gtk app with Vala & Blueprints

Awesome Lists containing this project

README

        

# ValaGtkTemplate
[![Telegram group badge](https://img.shields.io/badge/Telegram-Join_the_chat-2CA5E0?style=flat&logo=telegram)](https://t.me/vala_lang)

Simple template to build Gtk app with Vala & Blueprints

![Screenshot](./result.png)

## Building
### Linux
1. Install required dependencies and compilers
```
gcc
vala
blueprint-compiler
gtk4
libadwaita
```
2. Build
```
meson setup --prefix=/usr build
ninja -C build
```
4. Install
```
ninja -C build install
```

### Windows
[Gist](https://gist.github.com/SpikedPaladin/f43c8f53080e4116082556d87f2279f4)