|

Screensaver Dev Kit - by Friends-of-FPC
The purpose of this unit is to provide an easy way to code Windows OpenGL screensavers. The unit does the whole Windows initialisation for you. All you have to do is to provide the name of an INI file, call the Start_ScreenSaver() procedure and code some nice looking gfx algorithm in OpenGL. That's about it!
Why an INI file? Well, the vital information (resolution, bit depth and 9 misc uservariables are stored within this file. Personally, I HATE it when a simple screensaver makes yet another useless entry in my Windows Registry. Hence this file.
Download SSDevKit 0.2.2
Back to previous page
|