Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Yeicor/kraphviz
Graphviz for Kotlin Multiplatform
https://github.com/Yeicor/kraphviz
Last synced: 2 months ago
JSON representation
Graphviz for Kotlin Multiplatform
- Host: GitHub
- URL: https://github.com/Yeicor/kraphviz
- Owner: Yeicor
- Created: 2023-06-11T18:40:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-26T11:24:33.000Z (10 months ago)
- Last Synced: 2024-08-02T09:26:33.900Z (6 months ago)
- Language: Kotlin
- Size: 1.32 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-kotlin-multiplatform - Kraphviz - [Graphviz](https://graphviz.org/) for Kotlin Multiplatform. (Libraries / Image)
README
# Kraphviz
Graphviz for Kotlin Multiplatform.
It works on all kotlin targets because the original Graphviz program is:
- Compiled to WebAssembly (thanks to [this](https://github.com/mdaines/viz.js/) project), which is then...
- Interpreted using kotlin common code (thanks to [this](https://github.com/Yeicor/ktmpwasm) project).## [Yet Another Graphviz Editor](https://github.com/Yeicor/yage)
This is a demo project showing how to use this library to create a Graphviz editor using [KorGE](https://korge.org/).