New Demo: Standalone Link Routing with Libavoid #2627
kumilingus
announced in
News
Replies: 5 comments 14 replies
|
Nice implementation |
5 replies
|
Hi! |
1 reply
|
@kumilingus, is it possible to implement the exclusion of some elements from the number of obstacles ? |
3 replies
|
This is a great feature! When will this be included in a release version? I am running core 4.0.4, and getPortGroupNames is not yet in this version (although I can see it was added in June to the git repo) |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Libavoid is a C++ library that offers high-quality polyline and orthogonal link routing, effectively navigating around objects, and avoiding overlapping parallel links. It is particularly useful when used in conjunction with interactive diagram editors such as those that can be created with JointJS.
Today's example demonstrates how to use this library (specifically the libavoid-js lib which is a port to JavaScript) to automatically route the links in a JointJS diagram.
The source code is available on GitHub.
All reactions