c - How to write interactive wallpaper for Mac OS X Lion -


i need write interactive live wallpaper mac os x lion on c/c++. type of application (target in terms of xcode) must be? plugin? cocoa application? etc? please me tutorials, maybe working source code.

this little tricky can done. have use 2 windows this. create 1 spans whole screen , has level of kcgdesktopwindowlevel. window layered above standard desktop picture below desktop icons. in there can render custom desktop available drawing technologies.

the user can not interact window though because finder layers actual desktop (icons , on) above level , catches events don’t reach background window.

so have create window each interactive region layered below kcgnormalwindowlevel. have experiment exact value.


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -