Objective-C Sprite Animation
Are there any tutorials (or books) on objective-c sprite animation? Or is sprite animation fairly generic across all languages?
Also are there any 2d scrolling tutorials for obj-c?
Thanks
Also are there any 2d scrolling tutorials for obj-c?
Thanks
It's not so much that sprite animation is generic as there's nothing in a typical language or system-level API that's specifically geared towards doing sprite animation. Maybe you should look for a high-level library like SpriteWorld, or at the very least OpenGL, which will be much better than Quartz for game graphics.
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| OpenGL ES, C++, and sprite animation | pchukwura | 6 | 5,208 |
Nov 18, 2010 10:05 AM Last Post: ThemsAllTook |
|
| Have Hierarchical Sprite Tree, Need To Transform Screen X,Y To Determine Which Sprite | kalimba | 5 | 5,229 |
Mar 16, 2009 06:31 PM Last Post: AnotherJake |
|

