Jump to content

Making a Cool Screensaver

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
whomp

whomp

    Newbie

  • Members
  • Pip
  • 4 posts
I'm sitting at a job interview 2 days after I took some pills (I thought it was X but I don't even know), and I start tripping. I see the employer's computer screen and the windows start moving, slowly in and out of the frame. It was weird. Aaaaaanyways, I thought it could make for a cool screensaver. Windows slowly moving around, even if they were minimized before, maybe twisting, curling at the corners, or whatever other trippy stuff would be cool. My problem is, I don't know how to pull it off. Could I screenshot the apps somehow, even if they were closed?

Any help would be great, thanks.

#2
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,118 posts
You can use Window handles (through WinAPI) to open the minimized window in the background and capture it from there with OpenGL or SDL or what you wish to use to create it.

Man this is the weirdest reason to start developing something..
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.

#3
whomp

whomp

    Newbie

  • Members
  • Pip
  • 4 posts

Nullw0rm said:

You can use Window handles (through WinAPI) to open the minimized window in the background and capture it from there with OpenGL or SDL or what you wish to use to create it.

Man this is the weirdest reason to start developing something..

I think it'd be a tight screensaver :)

How would I get a list of all the applications that use a window?