# chigraph-gui **Repository Path**: Zr_Cpp/chigraph-gui ## Basic Information - **Project Name**: chigraph-gui - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-15 - **Last Updated**: 2021-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![chigraph logo](doc/chigraph.png) # 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) ![screenshot](doc/looping.png) # Build Status | Platform | Status | | ----------- | -------------------------------------------------------------------------------- | | linux/macOS | [![Travis branch](https://img.shields.io/travis/chigraph/chigraph-gui/master.svg?style=flat-square)](https://travis-ci.org/chigraph/chigraph-gui) | | Windows | [![AppVeyor](https://img.shields.io/appveyor/ci/guapotaco/chigraph-gui.svg?style=flat-square)](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