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: 11 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-10-24T19:49:02.000Z (about 2 months ago)
- Last Synced: 2024-10-25T09:48:00.752Z (about 2 months ago)
- Language: Vala
- Homepage:
- Size: 298 KB
- Stars: 23
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
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