Yeah one of my friends Maru discussed the desire for a tumbleweed screensaver. The thing is I've never seen one before, and Google didn't turn up any results. So, I thought I'd request someone to build an EXE that exits on mousemove or keyboard stroke or whatever action, and would make a tumbleweeed go across the screen.
Basically what it would do is make a tumbleweed go across the screen. Or maybe a few. It could put it either on the current screen (by screen capture) or on a background color of choosing. So, all the configurible options would be something like this:
-number of tumbleweeds
-current screen or solid color screen (possibly a custom screen?)
-if set to current screen, whether the tumbleweeds 'eat' the screen like the lines screensaver does
-I thought there was something else...
It doesn't sound too difficult, but it must NOT use much processor power, since it's going to be a screensaver. Whaddya think?
Tumbleweed screensaver?
Moderator: BioHazard
- DoomRater
- Posts: 397
- Joined: Tue Jul 19, 2005 4:14
- Location: Programmer's Room, talking to Will Harvey
- Contact:
- BioHazard
- Posts: 408
- Joined: Mon Jul 25, 2005 10:02
- Location: Middle of California where there is no air.
- Contact:
Hmm, there are a few problems with this idea.
- If you want it to use GDI, I can't rotate the sprite due to a lack of a RotBlt() function.
- If I use OpenGL, I can have the speed, rotations and other tricks, but longer loading times and probably no desktop shot.
- I'm not sure what to do about the graphics. I certainly can't draw and I don't know any tumbleweed artists...
- Enjay
- Developer
- Posts: 4723
- Joined: Tue Aug 30, 2005 23:19
- Location: Scotland
- Contact:
- DoomRater
- Posts: 397
- Joined: Tue Jul 19, 2005 4:14
- Location: Programmer's Room, talking to Will Harvey
- Contact: