Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 517 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 517 Bytes

Kraphviz

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.