Who needs Graphviz when you can build it yourself?
spidermonkey.dev
Who needs Graphviz when you can build it yourself?
1–10 of 114 posts
Re: Who needs Graphviz when you can build it yourself?
#2Re: Who needs Graphviz when you can build it yourself?
#3i.e. having a general purpose diagram/graph layout is hellishly difficult, but most of the diagrams/charts follow much simpler rules, thus it's much easier to have N languages, each for 1 type of diagram, than 1 language for N types of diagrams.
Re: Who needs Graphviz when you can build it yourself?
#4Re: Who needs Graphviz when you can build it yourself?
#5This is a concept I'm working around with Microdiagram (microdiagram.com) prototype. i.e. having a general purpose diagram/graph layout is hellishly difficult, but most of the diagrams/charts follow much simpler rules, thus it's much easier to have N languages, each for 1 type of diagram, than 1 language for N types of diagrams.
Re: Who needs Graphviz when you can build it yourself?
#6Re: Who needs Graphviz when you can build it yourself?
#7[flagged]
Re: Who needs Graphviz when you can build it yourself?
#8Re: Who needs Graphviz when you can build it yourself?
#9I have struggled with code to diagram tools for a while [mermaid and graphviz], and usually return to figjam when I need the readabilty and aesthetics.
graph-viz is MASSIVE and a binary. mermaid requires the browser's svg rendering system to work. I just need something that builds diagrams from description easily ...