Cocos2d可以画这个图形吗?

发布于 2024-10-31 03:48:22 字数 272 浏览 4 评论 0原文

我有一个学校项目。 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!

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

若水微香 2024-11-07 03:48:22

不要使用 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.

a√萤火虫的光℡ 2024-11-07 03:48:22

是的,Cocos2d绘制它。

但需要良好的数学来绘制该圆并指定所有轴。

Yes, Cocos2d draw it.

But need good mathematics for draw that circle and specify all the axises.

痞味浪人 2024-11-07 03:48:22

当然,您可以使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文