Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: screensaver framework (Read 1338 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

screensaver framework

i am currently working on a screensaver framework/host application which will enable you to...
* easily convert opengl demos for example into full-featured screensavers
* write a screeensaver without caring about the screensaver stuff

source code will be GPL or LGPL. probably LGPL.


my problem right now is i don't know which concept to choose:
(1) one plugin is statically linked -> one scr-file (framework invisible)
(2) one plugin is dynamically linked -> one scr- and one dll-file
(3) dyn-linked plugin can be choosen in config -> one scr-file works as host for multiple dll-files

any suggestions?
are you looking forward to this or will i be the only one using it?
what do you think?