Pure2D, my little demo (like demomakers)

Developed or developing a new product in PureBasic? Tell the world about it.
Keph_
User
User
Posts: 13
Joined: Fri Apr 25, 2003 6:10 pm

Pure2D, my little demo (like demomakers)

Post by Keph_ »

This is my little demo made with PureBasic for a little "tournament" on www.bregeon.org

It's called Pure2D
http://103683.free.fr/Pure2D.zip (190 KB)

<a href="http://103683.free.fr/purebasic/pure2dtitle.jpg"><img src="http://103683.free.fr/purebasic/pure2dtitle_little.jpg" border="0" width="200" height="150" alt="Click here"></a> <a href="http://103683.free.fr/purebasic/pure2dfinal.jpg"><img src="http://103683.free.fr/purebasic/pure2dfinal_little.jpg" border="0" width="200" height="150" alt="Click here"></a>

It's for Windows only...

To later
Keph...
traumatic
PureBasic Expert
PureBasic Expert
Posts: 1661
Joined: Sun Apr 27, 2003 4:41 pm
Location: Germany
Contact:

Re: Pure2D, my little demo (like demomakers)

Post by traumatic »

cool! :D i always knew oldskool ruled ;)

i love the opening screens, had to watch them three times in a row!
is the 'rotozooming' logo supposed to be not transparent hiding the scroller sometimes?

btw. i enjoyed the music. did you track it?
Good programmers don't comment their code. It was hard to write, should be hard to read.
Keph_
User
User
Posts: 13
Joined: Fri Apr 25, 2003 6:10 pm

Post by Keph_ »

Thx a lot traumatic.

No, I didn't track this song and I don't know who have tracked it... :(

"is the 'rotozooming' logo supposed to be not transparent hiding the scroller sometimes?"
Scuse, i don't understand...

Keph, a french with a bad english...
WolfgangS
Enthusiast
Enthusiast
Posts: 174
Joined: Fri Apr 25, 2003 3:30 pm

Post by WolfgangS »

Hi !
NICE ! It seems you made the first "Megademo" in PB :wink:

MFG
WolfgangS
traumatic
PureBasic Expert
PureBasic Expert
Posts: 1661
Joined: Sun Apr 27, 2003 4:41 pm
Location: Germany
Contact:

Post by traumatic »

Keph_ wrote: Scuse, i don't understand...
that's exactly what I thought while trying to read your scroller ;)


what I meant was:

you posted two screenshots. the right one shows some circles, the 'manager-game', your logo 'keph' and a scroller.

the logo is rotating and zooming. due to the zoom it sometimes (everytime sin()==1) hides the scroller because it's on top of it and the scrolltext can't be read anymore. is that meant to be like this?
if the logo is actually supposed to be transparent (ie not a rectangle, black cut out) then this doesn't work for me.

hmm.... know what I mean? ;)
Good programmers don't comment their code. It was hard to write, should be hard to read.
User avatar
tinman
PureBasic Expert
PureBasic Expert
Posts: 1102
Joined: Sat Apr 26, 2003 4:56 pm
Location: Level 5 of Robot Hell
Contact:

Post by tinman »

traumatic wrote:if the logo is actually supposed to be transparent (ie not a rectangle, black cut out) then this doesn't work for me.
I get the same thing here.

Nice work though.
If you paint your butt blue and glue the hole shut you just themed your ass but lost the functionality.
(WinXPhSP3 PB5.20b14)
dmoc
Enthusiast
Enthusiast
Posts: 739
Joined: Sat Apr 26, 2003 12:40 am

Post by dmoc »

Very good! Makes me want to go and dig my Amiga up :D
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Nice demo :). BTW, you can may be use the MXM lib for module replaying so it would reduce the size a bit (and no external dll). www.purebasic.com/MXMModule.zip
Keph_
User
User
Posts: 13
Joined: Fri Apr 25, 2003 6:10 pm

Post by Keph_ »

Thx a lot...

For the transparent, i've just checked this problem on an other computer... I should take a look at this this evening...
User avatar
Rings
Moderator
Moderator
Posts: 1435
Joined: Sat Apr 26, 2003 1:11 am

Post by Rings »

nice demo keph the starting effects is looking cool.
hope you release the source to the public .
SPAMINATOR NR.1
Max.
Enthusiast
Enthusiast
Posts: 225
Joined: Fri Apr 25, 2003 8:39 pm

Re: Pure2D, my little demo (like demomakers)

Post by Max. »

Keph_ wrote:This is my little demo made with PureBasic for a little "tournament" on www.bregeon.org
Very nice, Keph! :D
TronDoc
Enthusiast
Enthusiast
Posts: 310
Joined: Wed Apr 30, 2003 3:50 am
Location: 3DoorsDown

Post by TronDoc »

2kool :D !!!
Joe
peace
[pI 166Mhz 32Mb w95]
[pII 350Mhz 256Mb atir3RagePro WinDoze '98 FE & 2k]
[Athlon 1.3Ghz 160Mb XPHome & RedHat9]
Keph_
User
User
Posts: 13
Joined: Fri Apr 25, 2003 6:10 pm

Post by Keph_ »

Bug Fixed:
http://103683.free.fr/purebasic/Pure2D.zip

Could you try it and tell me if the transparant works fine this time ?

Thanks a lot, I may give you the source code, but i don't kown if it is realy clean...

Keph
User avatar
GedB
Addict
Addict
Posts: 1313
Joined: Fri May 16, 2003 3:47 pm
Location: England
Contact:

Wow!

Post by GedB »

That is amazing.

I never even suspected this was possible.

What has my €59 just brought me?
traumatic
PureBasic Expert
PureBasic Expert
Posts: 1661
Joined: Sun Apr 27, 2003 4:41 pm
Location: Germany
Contact:

Post by traumatic »

Keph_ wrote:Could you try it and tell me if the transparant works fine this time ?
yep, it's transparent now :P
Good programmers don't comment their code. It was hard to write, should be hard to read.
Post Reply