Has anyone used yFiles library with Javafx, to visualize graphs?

777 Views Asked by At

i would like to know if anyone did use yFiles library (yWorks) with Javafx, to manipulate (with algorithms, like shortest path...) and visualize (zoom, color node, color edges) graphs? i'm actually searching a good open source library to visualize complex graphs with Javafx.

thanks in advance for your answer.

1

There are 1 best solutions below

2
On

I hope Jgraphx (an open source library) might help