Power ASCII Lib... (FreeBasic)

Announce and discuss the progress of your various programming-related projects...programs, games, websites, tutorials, libraries...anything!

Moderators: Pete, Mods

Post Reply
Rattrapmax6
Veteran
Posts: 1055
Joined: Sun Jan 02, 2005 2:11 pm
Location: At my computer
Contact:

Power ASCII Lib... (FreeBasic)

Post 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
-Kevin (aka:Rattra)
(x.t.r.GRAPHICS)
Rattrapmax6
Veteran
Posts: 1055
Joined: Sun Jan 02, 2005 2:11 pm
Location: At my computer
Contact:

Post by Rattrapmax6 »

I updated that download.. repaired some bugs and added a new statment, Changelog and Keyword documentation added also.. :wink:
-Kevin (aka:Rattra)
(x.t.r.GRAPHICS)
Rattrapmax6
Veteran
Posts: 1055
Joined: Sun Jan 02, 2005 2:11 pm
Location: At my computer
Contact:

Post by Rattrapmax6 »

Download Updated! LINE bug repaired, Password input routine added,.. um,. just read the changelog.. lol.. and enjoy! ^_^
-Kevin (aka:Rattra)
(x.t.r.GRAPHICS)
guest

Post 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?
Nodtveidt
Veteran
Posts: 826
Joined: Sun Jul 25, 2004 4:24 am
Location: Quebradillas, PR
Contact:

Post by Nodtveidt »

Not unless QB supports SCREEN 17...
Seb McClouth

Post by Seb McClouth »

Any volunteers to build screen 17 for qb??

grtz

Seb
Rattrapmax6
Veteran
Posts: 1055
Joined: Sun Jan 02, 2005 2:11 pm
Location: At my computer
Contact:

Post 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.. :wink:

I might could port a version of it to QB,. as backward as that sounds, we normaly porting to FB now and days.. :lol:
-Kevin (aka:Rattra)
(x.t.r.GRAPHICS)
Rattrapmax6
Veteran
Posts: 1055
Joined: Sun Jan 02, 2005 2:11 pm
Location: At my computer
Contact:

Post 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!
-Kevin (aka:Rattra)
(x.t.r.GRAPHICS)
Post Reply