BumperBalls Screensaver

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8451
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

BumperBalls Screensaver

Post by netmaestro »

Download a sports screensaver I made here:

http://www.networkmaestro.com/bumperballs.scr
Last edited by netmaestro on Wed Feb 22, 2006 7:43 am, edited 3 times in total.
BERESHEIT
User avatar
eddy
Addict
Addict
Posts: 1479
Joined: Mon May 26, 2003 3:07 pm
Location: Nantes

Post by eddy »

it works.
User avatar
Droopy
Enthusiast
Enthusiast
Posts: 658
Joined: Thu Sep 16, 2004 9:50 pm
Location: France
Contact:

Post by Droopy »

Very good 8)
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

100% CPU used :cry:
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8451
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

CPU utilization

Post by netmaestro »

Well, there is a delay in the code, and it doesn't hog the system, so it must have to use some with all those 3d zooms and stuff.
Last edited by netmaestro on Wed Feb 22, 2006 7:45 am, edited 2 times in total.
BERESHEIT
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

It runs fine, but don't forget an elegant screen saver should save as much as possible cpu time.
My advise is to add a constant static delay value: Delay(16) after FlipBuffers() command. Even this will make your screensaver to go slow in pentium 100MHz machines :)
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
oridan
Enthusiast
Enthusiast
Posts: 128
Joined: Tue Oct 12, 2004 12:14 am
Location: Italy
Contact:

Post by oridan »

Sounds good! :)
Post Reply