[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] diagramming tool



Quoting Sean Wolfe (2012-01-09 18:12:22)
>I'm searching around for a tool to diagram out ideas and program
>structure. I don't need to generate uml from code ... I just want to
>basically draw and have connectors that stay pointing to the right box
>even if I move the boxes around. Like a flowcharting software. I like
>openoffice.org draw and writer but I find the draw program a pita.
>
>Any favorite flowcharting / uml / mind mapping type software out there?

Beware, this is all text-based instead of gui, I find it much easier to
manipulate and version.

Specific diagrams:

* http://blockdiag.com/
* http://www.umlgraph.org/

Generic drawing:

* http://www.graphviz.org/
* pic (part of troff/groff, try man pic on unix machine)
  http://en.wikipedia.org/wiki/Pic_language
* http://www.texample.net/tikz/
* https://launchpad.net/aafigure

HTH