Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/spikedpaladin/libflow
- Owner: SpikedPaladin
- License: mit
- Created: 2023-06-04T19:18:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-24T21:32:18.000Z (about 1 month ago)
- Last Synced: 2024-10-10T22:58:00.172Z (27 days ago)
- Language: Vala
- Homepage:
- Size: 278 KB
- Stars: 22
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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