Re: [boinc_dev] Slideshow screen saver

2012-09-14 Thread McLeod, John
To: boinc_dev@ssl.berkeley.edu Subject: [boinc_dev] Slideshow screen saver For my project, I wanted a boinc screen saver that would cycle through images like a slide show. That seemed simple and likely to have already been done. Before I reinvented the wheel, I thought I'd see if such a thing

Re: [boinc_dev] Slideshow screen saver

2012-09-14 Thread Richard Haselgrove
to the standalone format anyway. From: McLeod, John john.mcl...@sap.com To: Coss, David david.c...@stjude.org; boinc_dev@ssl.berkeley.edu boinc_dev@ssl.berkeley.edu Sent: Friday, 14 September 2012, 13:42 Subject: Re: [boinc_dev] Slideshow screen saver I believe

Re: [boinc_dev] Slideshow screen saver

2012-09-14 Thread McLeod, John
Probably easier to start over. Forgot about that. From: Richard Haselgrove [mailto:r.haselgr...@btopenworld.com] Sent: Friday, September 14, 2012 9:14 AM To: McLeod, John; Coss, David; boinc_dev@ssl.berkeley.edu Subject: Re: [boinc_dev] Slideshow screen saver Used being the operative word

Re: [boinc_dev] Slideshow screen saver

2012-09-14 Thread Coss, David
Yeah, I think I will. Thanks for the input everyone. From: McLeod, John [mailto:john.mcl...@sap.com] Sent: Friday, September 14, 2012 8:56 AM To: Richard Haselgrove; Coss, David; boinc_dev@ssl.berkeley.edu Subject: RE: [boinc_dev] Slideshow screen saver Probably easier to start over. Forgot

Re: [boinc_dev] Slideshow screen saver

2012-09-14 Thread Bernd Machenschalk
, David; boinc_dev@ssl.berkeley.edu Subject: RE: [boinc_dev] Slideshow screen saver Probably easier to start over. Forgot about that. From: Richard Haselgrove [mailto:r.haselgr...@btopenworld.com] Sent: Friday, September 14, 2012 9:14 AM To: McLeod, John; Coss, David; boinc_dev

Re: [boinc_dev] Slideshow screen saver

2012-09-14 Thread Bernd Machenschalk
Might make a good example code in the boinc tree. Someone interested in doing this at the London hackfest? Some ideas: - images distributed as project_files (http://boinc.berkeley.edu/trac/wiki/ProjectSkin) - Ken Burns effect (http://en.wikipedia.org/wiki/Ken_Burns_Effect) Bernd

Re: [boinc_dev] Slideshow screen saver

2012-09-14 Thread Coss, David
Subject: Re: [boinc_dev] Slideshow screen saver Might make a good example code in the boinc tree. Someone interested in doing this at the London hackfest? Best, Bernd Yeah, I think I will. Thanks for the input everyone. From: McLeod, John [mailto:john.mcl...@sap.com] Sent: Friday, September 14

[boinc_dev] Slideshow screen saver

2012-09-13 Thread Coss, David
For my project, I wanted a boinc screen saver that would cycle through images like a slide show. That seemed simple and likely to have already been done. Before I reinvented the wheel, I thought I'd see if such a thing is already available as a boinc graphics app to go along with an

Re: [boinc_dev] Slideshow screen saver

2012-09-13 Thread Carl Christensen
well it seems simple enough - just have a static timer variable in the render() loop and use the TEXTURE_DESC class in the boinc graphics/utils api to load/display the JPEG's etc. ___ boinc_dev mailing list boinc_dev@ssl.berkeley.edu