Swimlanes.io – generated editable sequence diagrams
21–30 of 114 posts
Re: Swimlanes.io – generated editable sequence diagrams
#22Re: Swimlanes.io – generated editable sequence diagrams
#23I'll throw diagrams.net (formerly draw.io) into the discussion. Their UI is incredibly well designed/intuitive. Does swim lanes quite well - along with most other charts/diagrams... and there's a desktop version too.
Re: Swimlanes.io – generated editable sequence diagrams
#24I've recently tried to find a suitable solution for this on StackOverflow, but I've been rejected under the "Opinionated question" remark (::sigh::), so I could just as well do it here.
Is there a (Java based) sequence diagram generating tool/library that has the following functionalities:
. supports multiple threads and thread referencing in messages (multiple activations per lifeline)
. supports delayed messages (message trasmission and message reception can occur at different times, i.e. sending a message does not imply immediate reception on the other side)
. no custom language/pseudocode as input, but builder-style approach (I use Java to generate a text description of the diagram and then pass it to the library for parsing - I could just call the methods the parser calls and remove the unneccesary middle man)
. highly customizable visual style (PlantUML, the most flexible I've found in this regard, is notoriously bad at styling, mostly due to a lack of a coherent styling paradigm)
If not, how many people would be interested in such a thing? I may start it as an open source project myself...
Re: Swimlanes.io – generated editable sequence diagrams
#25I use https://sequencediagram.org/ quite frequently these days, I like how you can get a link with the actual diagram encoded in it, makes it trivial to store and share.
Re: Swimlanes.io – generated editable sequence diagrams
#26Earlier quoted context omitted.
Ilograph supports interactive sequence diagrams e.g. https://app.ilograph.com/demo.ilograph.Ilograph/Get%2520Diag...
also see zenuml.com I was just looking at that a few days ago. But don't want something that works on-line. Any good equivalent local tools?
Re: Swimlanes.io – generated editable sequence diagrams
#27Re: Swimlanes.io – generated editable sequence diagrams
#28Re: Swimlanes.io – generated editable sequence diagrams
#29I'll throw diagrams.net (formerly draw.io) into the discussion. Their UI is incredibly well designed/intuitive. Does swim lanes quite well - along with most other charts/diagrams... and there's a desktop version too.