Java graph library for dynamic visualisation

70,298

You may also want to have a look at wilmascope (or its project page). I used it a few years ago after full research and was quite happy with it, but it has not been updated since 2004 (as of 2020).

Share:
70,298
Iustin
Author by

Iustin

fhtagn

Updated on April 25, 2020

Comments

  • Iustin
    Iustin about 4 years

    I am in need of Java library for graphs that supports dynamic visualization. I need to have objects moving between the vertices and this has to be shown. 3D is not needed, a 2D representation will suffice.

    I am currently using JUNG but it is very limited, it is more for static graphs from what I can tell.

    I have looked at this question but JGraphT doesn't seem to do it either.


    Late Edit:

    I waited to finish the project before awarding an answer. I ended up keeping JUNG, while also using UBIGraph (dead project since 2012) as a secondary library.