Has anybody any experience on MacOs screensavers?

Monkey Forums/Monkey Programming/Has anybody any experience on MacOs screensavers?

ziggy(Posted 2013) [#1]
One of my clients is asking me to make a screensaver version of one App, for MacOs. Can this be done with Monkey? Does anybody have any experience on this area?


Gerry Quinn(Posted 2013) [#2]
You probably need to make some native calls as a 'wrapper' to launch a Monkey app.


ziggy(Posted 2013) [#3]
mmmm ok... I hate to mess with XCode... If anyone has more detailed info on how/if this could be done


Gerry Quinn(Posted 2013) [#4]
I think you should probably search for Mac coding sites that show how to do it. You'll have to do whatever they do anyway. Monkey would just be rendering the image.

Actually a quick check indicates that XCode has a default screensaver project. So maybe you just need to figure out how to get mojo running in the window of that.


Gerry Quinn(Posted 2013) [#5]
[double post deleted]