Changes between Version 5 and Version 6 of PromotSvgEditor


Ignore:
Timestamp:
Mar 14, 2007, 2:02:31 PM (18 years ago)
Author:
mirschel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PromotSvgEditor

    v5 v6  
    4646
    4747It could be also a good idea to use just ONE toolkit for the Visual Editor and the Visual Explorer,
    48 but in this case it must be possible to have a good graph-editor in [http://www.cs.umd.edu/hcil/jazz/ Piccolo]/[http://csbi.sourceforge.net/ GINY].
     48but in this case it must be possible to have a good graph-editor in [http://www.cs.umd.edu/hcil/jazz/ Piccolo]/[http://csbi.sourceforge.net/ GINY].
     49Software which uses Piccolo as a zooming library have to build up its own graph editor. Some tools are listed below (all of them do not use GINY):
     50
     51 * [http://www.cs.umd.edu/hcil/spacetree/ Spacetree], Novel node-link tree browser, Java 1.4+, free for non-commercial use
     52 * [http://www.thechiselgroup.org/shrimp SHriMP], Simple Hierarchical Multi-Perspective, Java 1.x, ? 
     53 * [http://www.simbrain.net/ Simbrain], Building, running, and analyzing neural-networks, simple editor, Java 1.5+, ?
     54 * [http://www.rimey.com/ray/projects.html#anlan Anlan], Analytic Landscape tool, Java 1.x, ?
     55 * [http://www.kerika.com/ Kerika], Sharing documents, ideas and projects within distributed teams, Java 1.x, commercial
     56 * [http://graphexploration.cond.org/ Guess], Visualizing Zoomable Data Driven Graphs, Java 1.4+, GPL
     57
     58
     59 
    4960Another library which enables ZUI is [http://zvtm.sourceforge.net/ ZVTM (ZGRViewer)]. It computes an SVG file containing a graphical representation of the graph from the GraphViz's
    5061DOT representation. Then the generated SVG file is parsed by the ZVTM's SVG import module and displayed to the user.