View Full Version : Screen Saver
How can I make a opengl screensaver. Is there any tutorial or guide doing so. PLs let me know.T.Q
Crunch
12-16-2000, 03:48 PM
Making an OpenGL screensaver is about the same as making any other application. The major difference is applications are user driven while screen savers are time driven.
Visit http://msdn.microsoft.com/library/psdk/shellcc/shell/ScrnSave.htm if your writing for Windows.
Deiussum
12-17-2000, 09:31 AM
If you use VC++, I've got an AppWizard that will create the core functions and resources you need for a ScreenSaver. It's a very simple wizard with no options yet, so you'll have to add code to initialize OpenGL yourself. You can get it from http://www.lycanth.com/MiscFiles/scrnapp.zip
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.