0

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.

venilla
  • 61
  • 1
  • 9
  • [yFiles for JavaFX](http://www.yworks.com/products/yfiles-for-javafx) has been built exactly for this purpose. It's not open source. There aren't many high-quality JavaFX graph drawing solutions other than this commercial offering. – Sebastian Jan 25 '17 at 11:40
  • Yes i found this library too, but as you said it's not an open source. The problem is that i must use Javafx. I also found JUNG library. – venilla Jan 25 '17 at 18:15

1 Answers1

0

I hope Jgraphx (an open source library) might help

Nandha
  • 752
  • 1
  • 12
  • 37
  • Thanks for your answer. But is JGraphX available for Javafx? – venilla Jan 25 '17 at 10:38
  • 1
    For Javafx, i think it is [not available](http://stackoverflow.com/questions/27799718/equivalent-to-jgraph-for-javafx8) :( ... Also see [this](http://stackoverflow.com/questions/18372330/jgraph-in-javafx) – Nandha Jan 25 '17 at 11:11