[ANN] GraphViz for Squeak

John Pierce john.raymond.pierce at gmail.com
Thu Mar 3 15:45:39 UTC 2005


On Thu, 03 Mar 2005 16:19:31 +0100, Samir Saidani
<saidani at info.unicaen.fr> wrote:
> Hi John,
> 
> I'm maintaining a graph library for squeak, which is quite complete
> and usable, maybe could we join our efforts ? I will release a version
> in few days, with some new features like displaying the graph
> dependencies of a category or a package. There is also a backend to
> use graph in matlab, maybe could we add your backend. There are
> several initiatives for some years to add a graph library in Squeak
> (KGraph, Graph, Arrow... and now GraphViz) maybe could be wise to work
> together.

Hi Samir,

Thanks for the invite.  I will look at your graph package sometime
this week and see what you got going on, but does your graph package
layout graphs automatically?

The biggest thing I need in something like GraphViz is that it lays
out graphs using well known algorithms that search for the optimal
layout for nodes and edges.

We are using GraphViz's layout engine to layout graphs with literally
thousands of nodes and tens of thousands of edges.

How does that kind of feature and scaling requirement fit into your
graph package?

Regards,

John

-- 
Only the mediocre are always at their best. -- Jean Giraudoux



More information about the Squeak-dev mailing list