如何用 Clutter 画一个圆?
我想画一个杂乱的圆圈,但我不知道该怎么做。我正在使用 clutter 和 vala 编程语言,但如果你不知道 vala,C 语言的例子就足够了。那么我该怎么做呢?
I want to draw a circle with clutter but I am unable to figure how can I do that. I am using clutter with vala programming language but an example in c would be sufficient also in case you don't know vala. So how can i do that ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想要高质量的 2D 绘图,您可以使用 ClutterCairoTexture 并使用 Cairo API 绘制圆。
you can use ClutterCairoTexture, and draw the circle using the Cairo API, if you want to have high-quality, 2D drawing.