Core Animation or OpenGL for simple iPhone game

后端 未结 7 1467
一向
一向 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条回答
  •  梦毁少年i
    2021-01-02 19:16

    This is a commonly asked question. Other questions like this include:

    • "iPhone board game: OpenGL ES or CoreGraphics?"
    • "Are most games on the IPhone done with OpenGL ES?"
    • "Core Animation or OpenGL ES?"
    • "Does openGL ES have a better performance than Core Animation and UIKit when it comes to highly animated user interfaces?"

提交回复
热议问题