Generates UML sequence diagrams from simple text.
We turn
Alice->Bob: Hello Bob, how are you?
Note right of Bob: Bob thinks
Bob-->Alice: I am good thanks!
into
You can use the sequence diagram in a C# application by making a Xaml file like this.
<uml:SequenceDiagram DataContext="{Binding Text, Converter={StaticResource StringToSequenceDiagramConverter}, Mode=OneWay}" />
- js-sequence-diagrams Javascript version that this library was ported from.
- Web Sequence Diagrams Server side version with a commercial offering
- flowchart.js A similar project that draws flow charts in the browser