Web tool that generates flowcharts from text

Originally published at: Web tool that generates flowcharts from text | Boing Boing

1 Like

Where was this when I was in College? Oh, no desk computers back in the ice ages…

4 Likes

Is that you Pythagoras?

image

4 Likes

Oh, now I feel really old…

2 Likes

There is a plaintext language for generating graphs called Graphviz (technically Graphviz is the software that produces the graphs; the language for describing the graphs is called “DOT”). It’s more complicated than this (it can also do more stuff), but at it’s simplest, not by much. There’s a web-based renderer here.

5 Likes

The mathematicians have taken this idea, and extended it to suit their purposes.

http://yifanhu.net/GALLERY/GRAPHS/index1.html

Graphviz visualizations of “sparse matrices”-- tens of thousands of rows, tens of thousands of columns.

http://yifanhu.net/GALLERY/GRAPHS/GIF_SMALL/Meszaros@mod2.html

2 Likes

Couple caveats:

  1. It doesn’t preserve the order of indented stuff you entered

  2. Don’t use – (double dash) in your text or it’ll generate invalid SVG

  3. Once I exported SVG I can’t export it again. Not even refresh will reset it. Weird?

2 Likes

I bet you had a sly drool.

PlantUML.com can do this and a lot more, often use it to sketch out what I’m planning when programming. (It’s easier to read the docs if you download the pdf, as the individual doc pages have lots of adverts)

This topic was automatically closed after 5 days. New replies are no longer allowed.