I have been building a game in cocos for a while now I it has just occurred to me that it might just be a whole lot easier to use UIKit.
Could you please help me weight up the pros and cons, and share some experiences you have.
Here is my basic list of advantages for each. I feel I dont know enought about cocos to make a informed decision which is best.
Cocos
- Game engine comes for free. Pause / resume callbacks every frame
- Sprite animations
- Uses open GL (is this true? is this an advantage?)
- …Help me think of some more!
UI Kit
- Far more Help / Documentation / Sample Code
- Familiar for iPhone programmers
- Easy to handel touch
- Easy view animations
- Easy to customise
- Faster loading times? (is this true?)
Any feedback would be great!
EDIT: I have just seen a developer video (on an open GL game called Quest) where they used UI Kit for the UI elements, drawn over the top of the GL View. Is this possible / practical with cocos?
So, in short: It draws way faster than CPU bound drawing calls, it provides 95% of what most sprite based games need without reinventing the same thing over and over, and is free.