artemanufrij / graphui

An elementary OS app

Home Page:https://artemanufrij.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphUI


Graph Visualization based on graphviz

Designed for elementary OS

Build Status

Donate

PayPal | LiberaPay | Patreon

Get it on AppCenter


screenshot

Install from Github.

As first you need elementary SDK

sudo apt install elementary-sdk

Install dependencies

sudo apt install libgtksourceview-3.0-dev graphviz

Clone repository and change directory

git clone https://github.com/artemanufrij/graphui.git
cd graphui

Compile, install and start GraphUI on your system

meson build --prefix=/usr
cd build
sudo ninja install
com.github.artemanufrij.graphui

About

An elementary OS app

https://artemanufrij.github.io


Languages

Language:Vala 91.9%Language:Meson 5.8%Language:Python 2.4%