3

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 ?

taabouzeid
  • 939
  • 8
  • 17
  • 26

1 Answers1

3

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

ebassi
  • 8,648
  • 27
  • 29