2D: DrawSmoothScrollingText in DirectDraw

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
fusion_400
User
User
Posts: 22
Joined: Sun Jun 15, 2008 2:34 pm

2D: DrawSmoothScrollingText in DirectDraw

Post by fusion_400 »

This command would be awesome:

DrawSmoothScrollingText that takes a typical font antialiases it and uses directdraw to draw and takes an argument for the actual textmessage and where it should be drawn on screen.

So we can get buttersmooth scrolling horizontal text scrolling just like in the c64/amiga days very easily.
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

-10
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

lol

-20
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

lol²

@fusion_400
did you learn anything from the programming thread? *shakes head*


...I do not need to state whatever number here, since the request is as unrealistic as useless...
oh... and have a nice day.
User avatar
Raybarg
User
User
Posts: 54
Joined: Mon Apr 30, 2007 7:02 am

Post by Raybarg »

But in perfect programming language you could have function which would spawn exactly the program you want by just calling it...
byo
Enthusiast
Enthusiast
Posts: 635
Joined: Mon Apr 02, 2007 1:43 am
Location: Brazil

Post by byo »

Code: Select all

Enumeration
   #GameType_Shooter
   #GameType_RPG
   #GameType_1stPerson
   #GameType_Platform
EndEnumeration

Procedure.l CreateGame(gameType.l, players.l, levels.l, lives.l, showScore.l)
Proud registered Purebasic user.
Because programming should be fun.
User avatar
Blue
Addict
Addict
Posts: 964
Joined: Fri Oct 06, 2006 4:41 am
Location: Canada

Post by Blue »

byo wrote:

Code: Select all

Enumeration
   #GameType_Shooter
   #GameType_RPG
   #GameType_1stPerson
   #GameType_Platform
EndEnumeration

Procedure.l CreateGame(gameType.l, players.l, levels.l, lives.l, showScore.l)
Wow.
Which programming language is that?
I really, really want it !!!
PB Forums : Proof positive that 2 heads (or more...) are better than one :idea:
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Post by Fluid Byte »

Raybarg wrote:But in perfect programming language you could have function which would spawn exactly the program you want by just calling it...
A "perfect programming language" does not exist, nowhere. If you really need these kind of features you havn't quite understood programming in general and are probalby better of with somthing like GamesFactory.
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

oh... and have a nice day.
fusion_400
User
User
Posts: 22
Joined: Sun Jun 15, 2008 2:34 pm

Post by fusion_400 »

I wrote this before i got any response in the other thread i think.

I am very bad at programming by the way but i love cool textscrollers.
Tranquil
Addict
Addict
Posts: 952
Joined: Mon Apr 28, 2003 2:22 pm
Location: Europe

Post by Tranquil »

I think this is the Feature Requests and Wishlists forum, so every user (even new users who start coding) should be allowed to ASK for features if they think it is a nice idea.

So, no need to comment it by laughing about their requests. :-(
Tranquil
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Post by Fluid Byte »

@Kaeru:
??? :?:
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

Okay, my joke was perhaps a bit mean. Fusion_400, don't get me wrong. There have been too many requests over time for 'all in one' features, and there was a discussion some time ago about '+1' replies, so I just couldn't help myself.

Sorry.

But... feel free to learn to program and ask for features, this forum is great and the people are great, so there's always some help.
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

@fusion_400
me too... completely second blueznl's post...

Fluid Byte wrote:@Kaeru:
??? :?:
you did not get Raybarg's intention, I bet he was perfectly sarcastic.
oh... and have a nice day.
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Post by Fluid Byte »

Well, to bet is not to know ...

Nevertheless, this request is bollocks.
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
Post Reply