-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto Pathing #92
Comments
Hi! Do you have a live examples on GoJS or some other libraries? I would like to see how complex it would be to implement. It sounds like not a main priority, because I still need to add more basic things like a minimap |
Hi, thanks for the reply. Here is a recording from the GoJS website as an Example. |
Hi, there is this example as well from JointJS: |
@VinskyStrauss thanks for example! @jleroy-dev Thanks! Their implementation isn’t perfect, as there are still cases where lines collide with nodes, but it does look pretty cool. Here's how I think this should be implemented:
|
Hi,
I'm currently trying to migrate a diagram from GoJS to the ngx-vflow. I think, It would be nice to have an automatic pathing algorithm for the edge between Node, because right now the edge will go through the nodes or cut each other. I found ngx-vflow really interesting. Thanks a lot for creating this library.
The text was updated successfully, but these errors were encountered: