Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/artemanufrij/graphui

An elementary OS app
https://github.com/artemanufrij/graphui

graphviz vala

Last synced: 8 days ago
JSON representation

An elementary OS app

Awesome Lists containing this project

README

        


GraphUI




Graph Visualization based on graphviz


Designed for elementary OS


[![Build Status](https://travis-ci.org/artemanufrij/graphui.svg?branch=master)](https://travis-ci.org/artemanufrij/graphui)

### Donate
PayPal | LiberaPay | Patreon



Get it on AppCenter


![screenshot](screenshots/Screenshot.png)

## 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
```