Core Animation or OpenGL for simple iPhone game

后端 未结 7 1431
一向
一向 2021-01-02 18:37

I am writing a simple game that animates a ball image quickly across a background image.

Would Core Animation/Quartz be sufficient for this scenario?

I don\'

相关标签:
7条回答
  • 2021-01-02 19:34

    If your knowledge of Core Animation is good then i recommend you to skip learning OpenGL ES for now, since it won't really help you (if all you want is what you described of course). On the other hand, if you plan to make more games which have more involved graphics, it might be a better idea to start learning the API. OpenGL ES is a simple API and you can use the full graphics features of the iPhone with it.

    If all you want to do is just make this game, then i say go with what you know and are productive.

    0 讨论(0)
提交回复
热议问题