arunkumar9t2/compose-dot
Experimental Graphviz code generation POC built with Jetpack Compose compiler/runtime.
This tool helps Kotlin developers generate Graphviz DOT language code more easily by using Jetpack Compose's declarative syntax. You provide a Kotlin code structure defining nodes, links, and clusters, and it outputs a `.dot` file that can be rendered into diagrams. It's for Kotlin developers who want to programmatically create complex graph visualizations.
No commits in the last 6 months.
Use this if you are a Kotlin developer who needs to programmatically generate structured diagrams or flowcharts and want to leverage Compose's declarative UI-like syntax for graph definition.
Not ideal if you are not a Kotlin developer or prefer to define your graphs directly in the DOT language or through a visual editor.
Stars
37
Forks
1
Language
Kotlin
License
Apache-2.0
Category
Last pushed
May 07, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/arunkumar9t2/compose-dot"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
square/kotlinpoet
A Kotlin API for generating .kt source files.
dromara/fast-request
IntelliJ IDEA plugin Fast Request
ZacSweers/MoshiX
Extensions for Moshi including IR plugins, moshi-sealed, and more.
Kotlin/kotlinx-schema
Kotlin Multiplatform library that generates JSON Schemas from your methods and classes both at...
cnrture/QuickProjectWizard
🚀 Ultimate Android development companion for Android Studio. Create projects with modern...