C++ library for layout of xml graphml data

mooigraph 83b3dfb556 updated more compiler issues 3 yıl önce
Dependencies 004ea79c33 initial 3 yıl önce
GraphLayoutLibrary 83b3dfb556 updated more compiler issues 3 yıl önce
example 83b3dfb556 updated more compiler issues 3 yıl önce
grid 83b3dfb556 updated more compiler issues 3 yıl önce
original 004ea79c33 initial 3 yıl önce
.gitignore 13d9a73134 Initial commit 3 yıl önce
0run.sh 83b3dfb556 updated more compiler issues 3 yıl önce
LICENSE 004ea79c33 initial 3 yıl önce
README.md 83b3dfb556 updated more compiler issues 3 yıl önce
dmake 87ec0853d5 first bug fix 3 yıl önce
qtgraphml.pro 83b3dfb556 updated more compiler issues 3 yıl önce
run.sh 83b3dfb556 updated more compiler issues 3 yıl önce
screenshot.png 004ea79c33 initial 3 yıl önce

README.md

qtgraphml

C++ library for directed graph layout of xml graphml graph data

This is a updated version of LayoutLibrary using qt5 on Linux

This graph library can also layout subgraphs and rdf graph data

In directory original is the original version

To compile on debian Linux needs qt5 development files and also:
install libboost-all-dev
install libqt5xmlpatterns-dev
install libqt5xmlpatterns

qmake
make
make run.. make clean
make distclean

In directory example, grid is a console program and a run.sh script on Linux

There is a demo gui version in the original but the source of the gui is not included

With the sugiyama graph layout the resulting drawing looks like this

screenshot

This library has a MIT License

Todo is fixing issues and writing svg images with the sugiyama layout and study the algorithms

The windows version with a qt5 gui and qt5 dll's is at https://github.com/persistentsystems/LayoutLibrary

SPDX-License-Identifier: MIT
License-Filename: LICENSE

🇳🇱