I'm looking for an easy language/command line utility to draw sequence and timing diagrams (could be 2 different tools). I've already found Mscgen for sequence diagram drawing and looks pretty good, but I'm studying other possibilities.
Thanks
|
|
The best software I've found and I usually use to make sequence diagrams from plain text is SDEdit. It's a Java tool, so you can use it in any operating system. And it's free software! With this tool, you write the following:
to obtain this:
|
|||
|
|
|
For sequence diagrams, you may take a look at websequencediagrams - it creates nice looking diagrams and has a lot of functionalities (examples page). It's not a command line utility, but it does have its web-API. ditaa creates nice looking diagrams from ascii source. Written in java, it can be called on the command line to convert ascii text to diagrams. |
|||||||
|
|
For sequence diagrams you may also want to look at Visual Paradigm, quite a powerful tool. |
|||
|
|
|
EventStudio System Designer 5 might work for you. It generates sequence diagrams from text based input. Also handles multiple scenarios. |
|||
|
|