开发者

cocos2d game sample based on gameloop?

开发者 https://www.devze.com 2023-02-06 21:54 出处:网络
I w开发者_如何学编程ant to develop 2d game through Cocos2d.but i could not find any tutorial based on the following.I want one game loop and one draw screen.can I do Multiple sprite animations within

I w开发者_如何学编程ant to develop 2d game through Cocos2d.but i could not find any tutorial based on the following.I want one game loop and one draw screen.can I do Multiple sprite animations within one scene..(translating World etc).where can i find tutorial how to use those classes which are coccos2d?

-(void)gameloop { calculation(); drawImage(); drawImage1(); }


It is quite simple, you do not have to know opengl essentials to use cocos2d. cocos2d is quite simple yet awesome!. Just download the cocos2d 0.99.5 and it comes with sample tests. You will be able to find almost all of the things you want to do in a game i.e. animations, touches, moving sprites, particle system etc etc so just go to: http://www.cocos2d-iphone.org/


How to learn OpenGL by example, say, building a rotating globe?

0

精彩评论

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

关注公众号