Here the prefuse community might collect links to prefuse sources and projects which are not yet mentioned on the
http://prefuse.org web site. To make an overview over the posted links easy, just reply to this thread in order to add new references.
thanks
A prefuse fork with some new stuff
http://www.discord.co.nz/
At the moment (27.11.07), the following changes are mentioned on the web site:
- Java 1.5 porting (enums, generics) almost complete
- Most methods that returned Iterator now return Iterable/List instead
- New layouts: EdgePositioningLayout, MultiEdgePositioningLayout
- Minor change to NodeLinkTreeLayout (handles variable height nodes better)
- Bug fix in CSV parser
- Arrow head is now painted using the stroke color
- Integrated changes from latest official Prefuse release (10/21/07)
- Simplification of Node interface
- LabelRenderer wraps text if configured to do so
iDot - Incremental Dot Viewer
Mikko Vinni and Moti Ben-Ari
iDot enables incremental display of directed graphs written in the dot language of Graphviz ...
iDot project webpage
(makes use of the prefuse library)