Reputation: 1246
Is there any guideline for creating optimized graphics for an iOS 2d game. Actually I want to create graphics that can be rendered more efficiently in ios device in terms of memory usage and cpu usage both and take less disk space as well if possible. So is there any benchmark for creating optimized graphics for such games like setting what value of alpha, image quality and other attributes?
Best Regards
Upvotes: 0
Views: 908
Reputation: 1408
Try with different pixel formats and use textures in PVR format.
Check this tutorials (there are not updated but the info is still accurate)
http://allseeing-i.com/Performance-tips-for-Cocos2d-for-iPhone
Upvotes: 1