I use Ubuntu 16.04 and do not look for something like Graph_Easy which parses input, instead I look for some offline, free, WYSIWYG software that does tasks like what asciiflow does. For example these features are necessary:
- drawing multiple type of shapes (lines, arrows, rectangles) by dragging
- changing zoom level of page for drawing more longer/wider graphs
- typing text
asciiflow provides a mean for resizing shapes, which is not necessary for me. Also it is better to be able to draw other shapes like circle. An open source software is appropriated.
For almost real-time purposes (WYSIWYG) the best method I know is to use G'MIC plugin for GIMP or Krita.You can install by running this:
Then in the GIMP window go to
Filters->G'MIC
.Then a window should pop up with almost 480 filters.Expand the Arrays & tiles and click on Ascii art.Then you should have something like this :Draw in the canvas and then press the Update button.
If you want to get a output of it in a text file , then check the Output ascii file checkbox and after finishing your task press Apply :
And of course there are more options like setting the charset(e.g uppercase letters , math symbols) , synthesis scale , Gamma correction and so on.
Hope it helps.
It seems that the asciiflow provided a tool which can be launched locally. See the installation section of GitHub page.