Graphviz for Kotlin Multiplatform.
It works on all kotlin targets because the original Graphviz program is:
- Compiled to WebAssembly (thanks to this project), which is then...
- Interpreted using kotlin common code (thanks to this project).
This is a demo project showing how to use this library to create a Graphviz editor using KorGE.