Page 1 of 1
Power ASCII Lib... (FreeBasic)
Posted: Mon Jul 11, 2005 8:51 pm
by Rattrapmax6
Here is a lib to get some of the FreeBasic graphic commands as ASCII text, then some effects text commands! Try it out!! Test .bas included!
http://members.aol.com/rattrapmax6/download/pascii.zip
Code: Select all
'GRAPHIC
ACSII_INIT
ASCII_LINE
ASCII_LINEB
ASCII_LINEBF
ASCII_PSET
ASCII_CIRCLE
'TEXT DISPLAY
ASCII_ALIGN
ASCII_TYPE
ASCII_ATYPE
ASCII_FADE
ASCII_AFADE
Posted: Tue Jul 12, 2005 11:48 am
by Rattrapmax6
I updated that download.. repaired some bugs and added a new statment, Changelog and Keyword documentation added also..

Posted: Fri Jul 15, 2005 6:57 pm
by Rattrapmax6
Download Updated! LINE bug repaired, Password input routine added,.. um,. just read the changelog.. lol.. and enjoy! ^_^
Posted: Fri Jul 15, 2005 9:53 pm
by guest
Rattrapmax6 wrote:Download Updated! LINE bug repaired, Password input routine added,.. um,. just read the changelog.. lol.. and enjoy! ^_^
it sounds neat and alot of hard work does it work with QB also
not just FB?
Posted: Fri Jul 15, 2005 11:40 pm
by Nodtveidt
Not unless QB supports SCREEN 17...
Posted: Sat Jul 16, 2005 6:58 am
by Seb McClouth
Any volunteers to build screen 17 for qb??
grtz
Seb
Posted: Sat Jul 16, 2005 9:36 am
by Rattrapmax6
It would as long as QB supported 32bit color (Fade routines), and FB's libs... It can use any screen mind, notice the ASCII_INIT(Set Max X, Set Max Y)... that's the max text cords mind..
I might could port a version of it to QB,. as backward as that sounds, we normaly porting to FB now and days..

Posted: Sat Jul 16, 2005 4:24 pm
by Rattrapmax6
Download updated: Line bug fixed (Again

it seems to be a moody routine), and I Ported my QuadGon Graphics demo to the lib for a really cool example!