New Home for Gravisto

Gravisto (Graph Visualization Toolkit) is a program for visualizing and editing graphs. Over the course of 15 years, many useful plugins have been developed to handle graphical information efficiently. Unfortunately, this open source project had recently become homeless and needed a new home.

Fig. 1: Gravisto logo published as part of the Gravisto project under the GPL

A short history of the project

Professor Dr. Franz Brandenburg founded the project in 2001 at the Chair of Theoretical Computer Science at the University of Passau. The software was initially called Graffiti and renamed later. Under the direction of the computer scientists Michael Forster and Andreas Pick the graph editor and the plugin system were developed using Java and Swing.

After completion of the basic system in 2003, mainly plugins (algorithms, editor functionality, etc.) were added in the context of programming practicals, diploma and doctoral theses, but also by others, such as the Mavisto project. A major focus was on the development of layout algorithms. Thus, for example, an implementation of the Sugiyama-Framework (see Fig. 2) was created.

Fig. 2: Example application of the Sugiyama framework

The Reingold-Tilford algorithm and some variants for circular drawing of trees are also available (see Fig. 3).

Fig. 3: Example of a circular drawing of a tree

I contributed several plugins to Gravisto in the course of my diploma thesis back in 2006. The result was a toolbox of algorithms to layout hierarchical information compactly. I called it TreeJuggler, but if you look at the overall size of the project, my personal contribution was comparatively small at the time.

Fig. 4: Example for tipover drawings with different aspect ratios – created with TreeJuggler.

Loss and a New Beginning

Professor Brandenburg retired in 2018. Unfortunately, the project website and the SVN server of the Gravisto project went offline shortly afterwards. Despite some efforts, I could not obtain a current version of the source code including the source code history.

In order not to lose the work and knowledge of those who developed Gravisto, I have put a version from January 18th 2018 (unfortunately without history) on GitHub. Of course the source code is still available under the GPL license.

Still a Lot to Do

The documentation absolutely necessary to use Gravisto is already available in the GitHub repository, but there is still a lot missing:

  • User documentation
  • Developer documentation
  • Source code history
  • Bugfixes

More information

  1. Blog posts about TreeJuggler
  2. Gravisto: Graph Visualization Toolkit (Poster), Graph Drawing Conference, GD 2004. [PDF]
  3. Bachmaier, Christian et al. “Gravisto: Graph Visualization Toolkit.Graph Drawing (2004).
  4. Paul Holleis’s Gravisto page

Related Posts

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *