pedrovictori / GraphFX

A JavaFX library for drawing JGraphT graphs
Apache License 2.0
6 stars 0 forks source link

layout algorithms without awt imports #1

Open tomnelson opened 4 years ago

tomnelson commented 4 years ago

Not really an issue, but you may be interested in jungrapht-layout which is the layout model and algorithm part of jungrapht-visualization where I removed all java.awt imports (so it should be easier to use with JavaFX)

pedrovictori commented 3 years ago

Sorry for the late reply, I haven't worked on this in some time. That looks great, I will try it. Thanks for the tip!