I am currently developing an app for iPhone. I have finished most of it, and I’d like to have a 3D ball bouncing around on the screen whenever I tap a button. I’ve never worked with animation before can anyone point me to a nice simple tutorial or reference?
Share
This can be achieved by various method.
You can use
Core Animation
Cocos 2D
Open GLES
If you are new to iOS programming, then you should probably go for
Simple Ball Animation
Ball Animations
For Cocos 2d, a similar sample can be found at
1) cocos2d-example-bouncing-ball
2) cocos2d-bouncing-ball-example