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?