Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/spikedpaladin/libflow

Flow Graph widget for Gtk4
https://github.com/spikedpaladin/libflow

Last synced: 14 days ago
JSON representation

Flow Graph widget for Gtk4

Awesome Lists containing this project

README

        

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

![Screenshot](./result.png)

## Installation

### ArchLinux (AUR)

$ yay -S libflow-git

### Build manualy

$ meson setup --prefix=/usr --buildtype=release build
$ ninja -C build install