adaptagrams icon indicating copy to clipboard operation
adaptagrams copied to clipboard

Libraries for constraint-based layout and connector routing for diagrams.

Results 35 adaptagrams issues
Sort by recently updated
recently updated
newest added

Will this be an issue while using the library ? Tail of the `automake` console output ```FAIL: beautify PASS: orthogonalOpt ============================================================================ Testsuite summary for libcola 0.1 ============================================================================ # TOTAL: 5...

So it seems like the automake configuration is not working correctly with my current gcc version. When I try to run the automake it dies with this this long in...

libavoid is a very good router library, but I have some questions about it. 1. I tried to run the performance01 example, and output SVG, but I found there are...

Some tests such as corneroverlap01 refer to a non-existent method: `Error C2039 'setOrthogonalNudgeDistance': is not a member of 'Avoid::Router' corneroverlap01 D:\work\adaptagrams-master[2019-01-24]\cola\libavoid\tests\corneroverlap01.cpp 12 ` The method was deleted in 2012 apparently:...

@mjwybrow Is there an option that allows you to space the originating/terminating position for a link? E.g. For node 10, I'd like those links to be automatically spaced further apart...

Hi @mjwybrow , Would it be possible to package adaptagrams for debian/arch/fedora ? It would allow easier maintenance in projects that depend on it (Inkscape, in my case) Thanks!

Trying to compile adaptagrams, I hit the following issue: > ~/adaptagrams/cola$ ./libtopology/tests/beautify random seed=1207906420 DAG depth=6 maxbranch=4 extraedgeprob0.002000 V=201 E=243 stress=3070.47 iteration=0 stress=2361.57 iteration=1 stress=2050.17 iteration=2 stress=1895.06 iteration=3 stress=1794.66 iteration=4...

Hi, May I know if given the same inputs, is the routing result deterministic? Please find attached sample program for illustration of the issue. The test program basically configure the...

Hi, I have a scenario where I was trying to route an orthogonal path between 2 connection ends and there is no route-able space for the path. The requirement is...

The [HOLA paper](http://marvl.infotech.monash.edu/~dwyer/papers/hola2015.pdf) mentions that the [Human like Orthogonal Layout Algorithm](https://github.com/skieffer/hola) will be ported to C++ and added to Adaptagrams. For now, we can use the python implementation but I...