anyone working on this space easily gets a +1! I 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 ...
Who needs Graphviz when you can build it yourself?
11–20 of 114 posts
Re: Who needs Graphviz when you can build it yourself?
#12Re: Who needs Graphviz when you can build it yourself?
#13This 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.
Sounds intriguing. What is an example of a chart and its language that you have designed so far?
I already implemented (in other prototype) diagram for event calculus (i.e. consideration of event stream through addition of new events like rollback, modify etc.)
On paper I have designs for point-in-time designs, scenario divergence and also some fun ones like a bingo card template. Diagrams are one thing, but there's also a design for collaboration and play-replay capabilities.
That being said, that's only a design right now with a simple prototype on the website :)
Re: Who needs Graphviz when you can build it yourself?
#14I added one statement and it only says `timed out`. I'll stick with Graphviz, which certainly doesn't time out.
Re: Who needs Graphviz when you can build it yourself?
#15anyone working on this space easily gets a +1! I 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 ...
Re: Who needs Graphviz when you can build it yourself?
#16Re: Who needs Graphviz when you can build it yourself?
#17I wonder if any of these techniques turn up in whatever the magic sauce is in D2’s TALA layout engine, which is in a league of its own IMO.
Re: Who needs Graphviz when you can build it yourself?
#18Re: Who needs Graphviz when you can build it yourself?
#19Graphviz is a visualization framework and it includes many layout engines, implementing different algorithms: dot, neato, fdp, sfdp, circo, twopi, ...
It would be great if this new custom algorithm were to be contributed to Graphviz.
Re: Who needs Graphviz when you can build it yourself?
#20I would love to see this evolve into a more general purpose control flow graph viewer - pretty much any language implementation would find it a great debugging tool. it's probably most of the way there already.
(it's a joke! and the joke is that those are two different general purpose. but still.)