qgv icon indicating copy to clipboard operation
qgv copied to clipboard

OGDF-Version

Open 3dik opened this issue 5 years ago • 0 comments

Since you are recommending OGDF in the readme, I thought you might be interested in the OGDF-version of qgv which I have implemented a few months ago.

The OGDF API is quite different from Graphviz's API. So I was forced to break backwards compatibility with the original qgv API in order to keep the library flexible. However, I have not found any other Qt-OGDF-library which provides that new flexibility. With my changes, the user code has to layout the graph by itself. The library just receives the layout data and renders it using Qt.

Note, that I'm not going to maintain my repository.

For details, compare:

3dik avatar Apr 24 '19 21:04 3dik