alaeri / compose-seqdiag

Sequence diagram renderer for Jetpack Compose.

Home Page:http://www.zachklipp.com/compose-seqdiag/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compose-seqdiag

gradle unit tests Maven Central

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.

More information is available at the project website.

Sequence diagrams made with this library look like this:

Usage

Maven Central

implementation("com.zachklipp.seqdiag:seqdiag:{version}")

About

Sequence diagram renderer for Jetpack Compose.

http://www.zachklipp.com/compose-seqdiag/

License:Apache License 2.0


Languages

Language:Kotlin 99.6%Language:Shell 0.4%