Cocos2d可以画这个图形吗?
我有一个学校项目。 Android下实现请看下图。
stackoverflow上有人告诉我,Cocos2d相对于opgl es和quartz 2d来说很容易使用。但我仍然不知道从哪里开始。我刚刚得到一本《Cocos2d for Iphone 0.99 初学者指南》。但似乎与我的项目无关。我的项目只是画线并为不同的颜色提供不同的区域。
有什么建议吗? 谢谢!
I have a school project. Please see the following picture implemented under Android.
Someone in stackoverflow told me that Cocos2d is easy to use compared with opgl es and quartz 2d. But I still don't know where to start. I just got a book Cocos2d for Iphone 0.99 Beginner Guide. But seems not related to my project. My project is just draw lines and give different areas for different colors.
Any suggestions?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
不要使用 Cocos2D - 如果您实际上想要的是没有精美动画的简单绘图,那么使用 2D OpenGL 框架是没有意义的。
使用 Quartz/CoreGraphics。
Do not use Cocos2D - it does not make sense to use a 2D OpenGL Framework if what you want actually is plain plotting without fancy animation.
Use Quartz / CoreGraphics.
是的,Cocos2d绘制它。
但需要良好的数学来绘制该圆并指定所有轴。
Yes, Cocos2d draw it.
But need good mathematics for draw that circle and specify all the axises.
当然,您可以使用 Cocos2d 来绘制它,尽管使用 Photoshop/inkscape/其他工具绘制整个菜单然后使用 Cocos2d 渲染图像可能更容易。
Sure, you could use Cocos2d to draw it, although it may be easier to simply draw the entire menu with photoshop/inkscape/whatever then use Cocos2d to render the image.