[squeak-dev] Visualising package dependencies

David T. Lewis lewis at mail.msen.com
Sat Jun 15 02:45:55 UTC 2013


On Fri, Jun 14, 2013 at 02:46:41PM +0100, Frank Shearar wrote:
> In case you're wondering how I figure out where to cut things, I use
> two main weapons. Other than surprise and fear, they are:
> * the Dependency Browser (under Apps in the docking bar menu thing)
> * this: https://gist.github.com/frankshearar/5781906

Frank,

Have you seen the GraphViz package on SqueakMap? If you load that along
with Connectors and OSProcess you can render your GraphViz graphs as live
morphs in your image. The GraphViz package will need some updates to run
on trunk, but nothing major.

Try this:

	"GraphViz connectorsDemo"

Dave



More information about the Squeak-dev mailing list