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

https://github.com/flopp/dotter

Qt based viewer for GraphViz (.dot) files
https://github.com/flopp/dotter

graph graphviz qt qt5 svg viewer

Last synced: about 1 year ago
JSON representation

Qt based viewer for GraphViz (.dot) files

Awesome Lists containing this project

README

          

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

# dotter
Qt based viewer for GraphViz (.dot) files

![Dotter](https://github.com/flopp/dotter/raw/master/examples/screenshot.png)

## Compile

To compile dotter, you need a working Qt5 installation.
On Ubuntu, you can install the required packages by

```
sudo apt install qt5-default libqt5svg5-dev graphviz
```

```
git clone https://github.com/flopp/dotter.git
mkdir build
(cd build && qmake ../dotter.pro && make)
```