New Demo: Standalone Link Routing with Libavoid #2627
Replies: 5 comments 11 replies
-
Nice implementation |
Beta Was this translation helpful? Give feedback.
-
Thanks @kumilingus |
Beta Was this translation helpful? Give feedback.
-
Hi! |
Beta Was this translation helpful? Give feedback.
-
@kumilingus, is it possible to implement the exclusion of some elements from the number of obstacles ? |
Beta Was this translation helpful? Give feedback.
-
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) |
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions