Skip to content

A WPF control that draws sequence diagrams from a textual representation

Notifications You must be signed in to change notification settings

bradreimer/cs-sequence-diagrams

Repository files navigation

cs-sequence-diagrams

Generates UML sequence diagrams from simple text.

Example

We turn

Alice->Bob: Hello Bob, how are you?
Note right of Bob: Bob thinks
Bob-->Alice: I am good thanks!

into

Sample generated UML diagram

Usage

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}" />

Related

About

A WPF control that draws sequence diagrams from a textual representation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published