Replies: 2 comments
-
Less to the point, but fun anyways, is https://sketchviz.com/new It renders GraphViz DOT code in a human-drawn sketchy style. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Other options to consider: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For various reasons it might be nice to have diagrams:
PlantUML or GraphViz are powerful options, especially the ecosystem of high-lever/more modern ibraries/apps built on top of them.
I've come across one very interesting one:
https://mermaid-js.github.io/mermaid/#/
It supports:
There's a live editor here: https://mermaid.live
The DSL describing your diagrams is a lot like GraphViz's DOT language, but more modern.
Let's look into use cases we can try with this, and create issues to explore.
Beta Was this translation helpful? Give feedback.
All reactions