17 comments

[ 3.2 ms ] story [ 49.2 ms ] thread
Is this the same syntax that PlantUML uses? http://plantuml.com/sequence.html
That looks much more complete. The syntax is given on the GitHub page but really only covers a very very small subset of UML sequence diagrams.
+1 for plant uml, also for that rose color scheme (for those who rememeber Rational Rose)
Very cool. Would love to see this for class diagrams.
This look similar to mermaid diagrams, but mermaid seems more complete
When I was at Disney back in 2011, we used this daily for a year: https://www.websequencediagrams.com/

If you have a good tech architect running a meeting this tool is great to create sequence flows on the fly. It's also got great builtin features like exporting and an API for integration.

Last but not least, it has the Rational Rose theme @haddr mentioned but my personal favorite is boring ol' Blue Modern

Hey these are great. Anyone know of one that will produce a playable animation through the sequence?
State diagram will be useful.
This is really cool and looks fun. Ive been trying to find something like in the past. Ive been using software to do uml and it just wasnt fun.
I prefer fast & simple SVG over "hand-drawn-generated" SVG. Does your generation support this? I noticed a lot of DOM junk in the current generated graphs.
Impressive! Any reason you chose Raphael over D3?