GraphViz

Release name: <Not entered>
Release summary: <Not entered>
Automatic version: 6
Manual version: 24
Published by: John Pierce (jrp)
Created: 26 March 2005 12:15:37 am
Last updated: 26 March 2005 12:18:23 am
Categories:
Release note:

A few more platform fixes for Win32 and Unix. Also started adding the ability to make graphs automatically into Connectors based graphs.

e.g.

graph := GraphViz new
add: #Am-#Baz-#Car;
add: #Am-#Dah-#Baz;
yourself.

costume := graph displayCostume.
costume openInWorld.

costume deleteAll. "when you are done"

So much more has to be done on this front, but this is just an initial proof of concept.



Release homepage:
Download: http://squeak.saltypickle.com/GraphViz/GraphViz-jrp.24.mcz
SHA checksum: 220815487781466834989552134490449332021831487909

Back