Excerpts from Peter Uhnák's message of 2016-02-24 10:35:05 +0100:
> In any case, I wrote a simpler layout delegator in Roassal that delegates
> the layouting to graphviz and it works reasonably well, so I could probably
> add it to Roassal (you however need graphviz installed and it would add
> another dependency to Roassal, which I'm not so keen on).
how does that work? does it ask graphviz for the position of the nodes and then
recreate that in roassal?
> Maybe also OGDF (http://ogdf.net/doku.php) could be used if you are ok with
> GPL… they have their own graph format so there could be some interaction.
this would work the same as with graphviz as an additional dependency on ogdf, right?