开发者

Animation on the IPad - What to use for something like the Alice in Wonderland Book?

Nood to ios/mac dev and come from 12 years of ms/.net dev. Interested in what tech would be used to do keyframe animation and something similar to the Alice in wonderland ( http://ww开发者_如何学Cw.youtube.com/watch?v=gew68Qj5kxw ) book available on ipad?


A popular framework is cocos-2d for iOS which you can use to build something like the Alice book.


All of that can be done in native code, with higher performance and faster loading times.

Cocos2d initiates a 2nd OpenGL Context, but UIView animations do not. If you want physics, implement them in UIKit. There is a UIKit tutorial for doing that.

I just thought I'd remove the misconception that you "need" cocos2d. However, Interface Builder can't rotate or zoom UI, but Cocos2d's editors can. If you want good tools, use Cocos2d instead.

Raw speed is iOS SDK multithreaded animations. Automatically handles it for you

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜