Linux  and Free Software :: ASCII program?



I'd like to have one nice ascii drawing program. I'm planning a site with ASCII only design. ;)
So if any of you guys know app like that...
I'd like to draw boxes, circles etc. fast.
GUI or TEXT based. No CLI-only.

Oddly enough, there doesn't seem to be much for creating ascii art from scratch in Linux other than just using a text editor....at least none that i understand how to use =o)
http://aa-project.sourceforge.net/aalib/
http://www.cs.helsinki.fi/u/penberg/duhdraw/

Quote (mikshaw @ Aug. 07 2006,15:14)
http://aa-project.sourceforge.net/aalib/
http://www.cs.helsinki.fi/u/penberg/duhdraw/

Why don't you build a DSL of those?
Because, as I said, I don't really understand how to use them =o)
Duhdraw was something I installed months ago, but never really tried to do anything with it yet, and aalib has been frustrating for me because I don't understand how it's used.

If I make a myDSL package, it's generally for an app that I use myself. I haven't found an ascii editor with which I'm comfortable, so what little ascii stuff I've done in Linux has been done with Vim.

There was one application I'd used in Windows that I liked (don't recall the name at the moment)....you could give it an image and it would convert it to a text file in very high resolution.  The trouble with that is you need to view it with a very small font (2 or 3 pixels), which doesn't work well with DSL's non-scalable fonts, or an extremely high resolution screen (which doesn't work with my monitor)

I'll have to try those prog s somatime. Thanks. =)
Next Page...
original here.