Live data from Hacker News

ASCIIFlow Infinity

asciiflow.com

31–40 of 58 posts

Re: ASCIIFlow Infinity

#31
post #27

Earlier quoted context omitted.

Monodraw is incredible , and vastly more useful than ASCIIFlow just by dint of the fact that objects remain objects after drawn - you can drag them around and the graph remains intact.

ASCIIFlow does keep models of drawn boxes, lines, and arrows. If you use the "resize/move boxes and lines" tool, you can adjust drawn objects.

Ah, so it does. Not especially well, but it does. My mistake!

Re: ASCIIFlow Infinity

#32
I like this. Unfortunately it's not as semantic as I expected:

            X
     +----+XX----------+
     |     XX          |
     |      XX         |
     |       +XXX------+
     |       |   XXXXX
     +-------+       XXX

     If I try to resize
     a rectangle that's
     crossed by a free-form
     curve, it stops being
     a rectangle.
(Now that I think, I could also use this as a feature).

Re: ASCIIFlow Infinity

#34

Earlier quoted context omitted.

I haven't tried it, but could it be this one? https://github.com/lewish/asciiflow2

That looks like it to me, though for some reason I didn't expect it to be java. Regardless, thanks so much for the link! Huge bonus that it's gplv3 for me, I will def be playing with this. Did you find it from the website and I just missed it or did you have to search for it?

A few weeks ago I was interested in this project, too, and looking around I came across this link. The author's profile also points to the AsciiFlow website, so I assumed that would be it. I think you might have misread the language; it's actually written in javascript :-)

Re: ASCIIFlow Infinity

#36
post #22

On similar lines, I very recently discovered the combination of emacs + Artist Mode + ditaa for creating diagrams, and the experience has been pretty good so far too.

Oh yeah, this combo is actually one of the better modes in Emac-land. Whenever I see yet another ASCII art link posted here, I just gaggle cos Artist mode is that good.

Like many emacs things, there more than one. There's also picture-mode. I haven't used either very much, but my sense is that artist-mode is more mouse-oriented and possibly supports more sophisticated drawings but picture-mode may work better in terminals.

Re: ASCIIFlow Infinity

#38
post #31

Earlier quoted context omitted.

ASCIIFlow does keep models of drawn boxes, lines, and arrows. If you use the "resize/move boxes and lines" tool, you can adjust drawn objects.

Ah, so it does. Not especially well, but it does. My mistake!

Author here - it does but it doesn't, which is why it doesn't always work so well. It never actually keeps track of the shapes in a seperate data model - the text itself is the only data model. When you resize, it retraces out the lines that need editing. I did this as the expected use case is for diagrams in code, where diagrams may be copy pasted in and out of the tool and I'd lose any underlying models that I was working with. For fun: https://github.com/lewish/asciiflow2/blob/master/js-lib/draw...

Re: ASCIIFlow Infinity

#40
As a Linux sysadmin, this is incredible flowchart software and I really enjoy using it. Is there a diagram software for console I could use thats just as easy I wonder?

The downside is it has very limited sex appeal for *.managers. Microsoft Visio has turned diagrams into blinding tapestries of overpriced clipart, fancy arrows, and logos. Worst of all, its an enabler for the cardinal sin of diagrams: overlapping lines.

Post reply on HN