How much more complex is it to draw simple curves, lines and circles in OpenGL ES rather than in Quartz 2D?

前端 未结 4 804
陌清茗
陌清茗 2021-01-06 23:45

Is OpenGL ES really so much faster? Why? And is it really so horrible complicated to draw such simple things in OpenGL ES compared to drawing these in Quartz 2D?

For

4条回答
  •  温柔的废话
    2021-01-07 00:07

    For simple things, Quartz 2D works fine, and it's really easy. Only move to OpenGL if you start having performance issues.

提交回复
热议问题