Text Art

Started by Daniel on 29-Jul-2014/19:28:07-7:00
REBOL looks great fordoing the modern programming stuff, but can it do basic Text Art stuff like the old languages based on BASIC could.
Text Art in BASIC? I don't recall any Text Art routines in BASIC... What exactly are you looking for? Sounds like it might be a cool option :)
Perhaps the TUI dialect would help. Take a look at this section of my tutorial: http://re-bol.com/rebol.html#section-10.9 And the resulting Textris program: http://www.rebol.org/view-script.r?script=textris.r&sid=t4rt
You can have it begin printing at any coordinate on screen, then feed it instructions for any drawing routines you want.
Oh... Ascii art! I'd forgotten about that! Cool stuff!

Reply