How to make a screen saver from GLUT?
Hello All
I am being reading the red Book for a Quite long time and i liked some examples in it and i want to turn them into a Screen Saver how can i do that ..
Thanx in advance
sorry i dont think its posible ive gonna add a screensaver part to my opengl appwizard but thats not at least for another week.
though u could try it by yourself screen savers aint that difficult. hhhmmmm might even do that before i do the win32 part
http://members.xoom.com/myBollux
though u could try it by yourself screen savers aint that difficult. hhhmmmm might even do that before i do the win32 part
http://members.xoom.com/myBollux
A screensaver is activated with different cmdline parameters by windows according to which function is needed at present time. A screensaver is an exe file renamed to scr.
I''m sorry but I can''t remember the parameters, but they are used to:
Activate screensaver (/s??)
Activate configuration (/c??)
Activate password configuration (/a??)
probably more?? - msdn has documentation about making a screensaver.
The question has been answered numerous times, just do a search on the board with the keyword "Screensaver"
btw. this only works with widows... :=)
Mvh
Søren Olesen
I''m sorry but I can''t remember the parameters, but they are used to:
Activate screensaver (/s??)
Activate configuration (/c??)
Activate password configuration (/a??)
probably more?? - msdn has documentation about making a screensaver.
The question has been answered numerous times, just do a search on the board with the keyword "Screensaver"
btw. this only works with widows... :=)
Mvh
Søren Olesen
I built a skeleton application a long time ago to answer the multitude of requests for this: it''s available at
http://www.cornflakezone.com/projects.php#8
or download the zip at:
http://www.cornflakezone.com/download/saver_skeleton.zip
just replace the teapot drawing code with your choice of nice effect.
have fun, play nice and share with your friends,
fs
http://www.CornflakeZone.com
//-- Modelling and animation in every dimension --//
http://www.cornflakezone.com/projects.php#8
or download the zip at:
http://www.cornflakezone.com/download/saver_skeleton.zip
just replace the teapot drawing code with your choice of nice effect.
have fun, play nice and share with your friends,
fs
http://www.CornflakeZone.com
//-- Modelling and animation in every dimension --//
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement