开发者

Which framework is the most suitable to create a primitive shape drawing app?

开发者 https://www.devze.com 2023-01-22 16:28 出处:网络
I am creating a drawing app on iPad which allow开发者_运维知识库 the user to create primitive shapes like rectangles, polygons, arcs, etc. This app enables the user to rotate and scale these shapes.

I am creating a drawing app on iPad which allow开发者_运维知识库 the user to create primitive shapes like rectangles, polygons, arcs, etc. This app enables the user to rotate and scale these shapes. So, which would you prefer: OpenGL ES or Quartz?


Have a look at CoreAnimation (QuartzCore.framework), particularly CAShapeLayer class - it will allow you easily draw shapes + will provides animation effects for many scenarios "out of the box".

0

精彩评论

暂无评论...
验证码 换一张
取 消