seqdiag
A library for rendering sequence diagrams in Compose UI. The library supports Kotlin Multiplatform and currently supports Android and JVM targets. Both left-to-right and right-to-left layout directions are supported.
The entry point to the API is the SequenceDiagram
function. Start by reading its documentation here.
Sequence diagrams generated by this library look like this:
Usage
implementation("com.zachklipp.seqdiag:seqdiag:{version}")
Content copied to clipboard
The project lives on GitHub.