nidi3 / graphviz-java

Use graphviz with pure java
Apache License 2.0
934 stars 107 forks source link

[Question] Can I use this to output graphs inside a javafx application? #209

Open ducnyn opened 3 years ago

ducnyn commented 3 years ago

Sorry if this is the wrong place to ask! Usually Graphviz is used to create new image files right? Can I get the coordinates to create a live interactive graph inside a javafx application instead? If I use the Javascript implementation as mentioned in the readme.md, does it mean the user doesn't need to install graphviz?