English 中文(简体)
How can I draw a circle with Clutter?
原标题:
  • 时间:2010-12-16 16:08:37
  •  标签:
  • clutter

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 ?

问题回答

you can use ClutterCairoTexture, and draw the circle using the Cairo API, if you want to have high-quality, 2D drawing.





相关问题
How can I draw a circle with Clutter?

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 ...

how to compile clutter lib for wince 6.0

I want to write a 3D application interface for wince 6.0. my board support opengl es 1.1. but i don t familiar with opengl|es. i want to use clutter lib to write 3d appllcation application. how to ...

Use Eclipse PDT (or Mylyn) drilldown, without the clutter

I am becoming a frequent user of eclipse, and I like it. However I find myself wondering: Is there a way I can use eclipse drill-down and then hide everything in enclosing folders except the folder ...

UX: Reducing clutter and visual overload

I am working on this project (web-based) where users can login and see a list of tasks assigned to them. Right now there are only a few columns and the presentation is somewhat clear and uncluttered. ...

pinvoke to clutter function

I m trying to pinvoke to a clutter function. The function is defined in the docs as ClutterActor * clutter_texture_new_from_file (const gchar *filename, GError **error); The code I have is as ...

In Gtk, is it possible to make widgets fade in and out?

I would like to have a Label (or at least the text on the label) do a quick fade-in. It looks like this is possible in clutter, but I don t want to use clutter until clutter-sharp is packaged for ...

热门标签