https://github.com/chigraph/chigraph-gui
The desktop interface for chigraph
https://github.com/chigraph/chigraph-gui
chigraph dataflow-programming kf5 qt5
Last synced: 8 months ago
JSON representation
The desktop interface for chigraph
- Host: GitHub
- URL: https://github.com/chigraph/chigraph-gui
- Owner: chigraph
- License: apache-2.0
- Created: 2017-04-10T04:42:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-26T02:46:49.000Z (about 2 years ago)
- Last Synced: 2025-04-08T14:45:51.501Z (9 months ago)
- Topics: chigraph, dataflow-programming, kf5, qt5
- Language: C++
- Homepage: https://chigraph.github.io
- Size: 794 KB
- Stars: 121
- Watchers: 17
- Forks: 32
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Chigraph GUI
This is the interface for chigraph to make creating [chigraph](https://github.com/chigraph/chigraph) modules easy. It's written in [Qt 5](https://www.qt.io) and [KDE Frameworks 5](https://api.kde.org/frameworks/index.html)

# Build Status
| Platform | Status |
| ----------- | -------------------------------------------------------------------------------- |
| linux/macOS | [](https://travis-ci.org/chigraph/chigraph-gui) |
| Windows | [](https://ci.appveyor.com/project/GuapoTaco/chigraph-gui) |
## Features
- Easily download modules from the internet
- Debug your modules
- See errors as you write them
- Open Source (Apache 2)
# Getting Involved
- Graph a issue and run with it! You can always reach me on the gitter
# Installing
## Flatpak
There's a flatpak package for chigraph, and here's how to install it:
```bash
flatpak install https://chigraph.io/flatpak/org.chigraph.chigraphgui.flatpakref
```
## Build
# Authors
- Russell Greene (@russelltg) - Main contributor
## Technology Used
- [Qt](https://www.qt.io)
- [KF5](https://api.kde.org/frameworks/index.html) for super easy gui making
- [Qt Node Editor](https://github.com/paceholder/nodeeditor) for node rendering/editing