I'm looking for an diagram tool for producing diagrams from text. I only really need sequence and state type diagrams for now, but I'm curious as to what people would recommend? I need something which is standalone, not a web based tool that works on Linux, OSX and Windows.
+2
A:
I'm not positive what you mean by "producing diagrams from text", but if you mean a tool where diagrams are specified by a text file, Graphviz is good. If you mean something that literally converts ascii art like
+--------+ +-------+ +-------+
| | --+ ditaa +--> | |
| Text | +-------+ |diagram|
|Document| |!magic!| | |
| {d}| | | | |
+---+----+ +-------+ +-------+
: ^
| Lots of work |
+-------------------------+
to a graphic, you can try ditaa (that ascii art is from their website, so it's a good example of the input format it expects)
Michael Mrozek
2010-04-22 17:21:56
+1 Ah good old dot; had a professor in college that loved that tool for BNF Expression Trees
SwDevMan81
2010-04-22 18:24:29
+2
A:
Look at PlantUML, LaTeX+MetaUML, sdedit, TextUML, yUML, ... There is a plenty of quite good tools.
Gabriel Ščerbák
2010-04-22 21:47:00
+1
A:
An exhaustive list of such tools can be founde here: http://modeling-languages.com/content/uml-tools#textual
Jordi Cabot
2010-04-23 09:41:11
A:
You can contact Reverse Java Team. They can provide you tool which does exactly what your requirement is.
Rajesh Jadhav
2010-05-27 12:24:05