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
- Host: GitHub
- URL: https://github.com/flopp/dotter
- Owner: flopp
- License: mit
- Created: 2018-10-17T20:24:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T23:39:00.000Z (about 2 years ago)
- Last Synced: 2025-03-24T12:08:08.876Z (about 1 year ago)
- Topics: graph, graphviz, qt, qt5, svg, viewer
- Language: C++
- Size: 245 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/flopp/dotter)
# dotter
Qt based viewer for GraphViz (.dot) files

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