Re: UML Tool
Re: UML Tool
- Subject: Re: UML Tool
- From: Glen Low <email@hidden>
- Date: Sat, 31 Jan 2004 08:08:03 +0800
I am writing a UML Tool in Obj-C (actually it supports other stuff as
well).
Does anyone know any resources (sample code, sites, links) related to
this? (e.g. code for structuring the information needed, node/link
drawing)...
For node-link drawing, you could use Graphviz. The kosher way to use it
is via a process i.e. NSTask but there is a C API for using it. Have a
look at my Mac OS X port of it at
http://www.pixelglow.com/graphviz/.
Cheers, Glen Low
---
pixelglow software | simply brilliant stuff
www.pixelglow.com
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >UML Tool (From: <email@hidden>) |