开发者

Anyone know what program the Apple store demos likely use to make their interactive desktop

开发者 https://www.devze.com 2023-01-10 21:19 出处:网络
I have a project that I am attempting to do and we want something similar to what the Apple store does. We thought it was a Quartz Composer interactive desktop but I\'ve been putting together an xcode

I have a project that I am attempting to do and we want something similar to what the Apple store does. We thought it was a Quartz Composer interactive desktop but I've been putting together an xcode cocoa solution to do it too.

Here is an image of what I'm wondering about it is just a Title and 3 images that link out to url locations. If anyone can point me in the direction they believe can make something like this I would appreciate it.

I have used Quartz Desktop to display a .qtz but it isn't interactive. If anyone knows of another quartz desktop displaying .app that does u开发者_Python百科se the interactive parts such as mouse and keyboard, it would be appreciated.

Applestore demo http://img707.imageshack.us/img707/614/dsc03934y.jpg


It's a custom proprietary program called, if I remember correctly, Concierge. But it's not doing anything tricky. You can make any NSWindow appear on the desktop by setting its window level to kCGDesktopWindowLevel.

0

精彩评论

暂无评论...
验证码 换一张
取 消