Re: [clutter] Clutter tutorial and a clutter_behaviour_ellipse_set_angle_end() problem

2007-12-14 Thread Emmanuele Bassi
On Fri, 2007-12-14 at 10:41 +, Emmanuele Bassi wrote: no: we are currently limited to one stage per process, even for clutter-gtk. I have a branch in my personal git repository[1] that adds multiple stages support, but its a bit out of date and needs more work on the rendering pipeline

[clutter] Tutoral: Ways to use OpenGL directly

2007-12-14 Thread Murray Cumming
In the tutorial, I have a chapter about implementing actors. Of course, I'm mentioning the OpenGL API there because you'd have to draw the actor somehow. I mention cogl too but I think OpenGL will be necessary in most cases. I wonder if this is the only/best way to use OpenGL directly. Maybe I

Re: [clutter] unrefing Timelines and Behaviours.

2007-12-14 Thread Murray Cumming
On Fri, 2007-12-14 at 10:49 +, Emmanuele Bassi wrote: On Thu, 2007-12-13 at 19:48 +0100, Murray Cumming wrote: So this is a question for the Clutter developers. Are we really meant to connect to ClutterTimeline's completed signal just so we can unref the timeline and any behaviours

Re: [clutter] Tutoral: Ways to use OpenGL directly

2007-12-14 Thread Michael Dominic K.
On Dec 14, 2007 1:00 PM, Murray Cumming [EMAIL PROTECTED] wrote: In the tutorial, I have a chapter about implementing actors. Of course, I'm mentioning the OpenGL API there because you'd have to draw the actor somehow. I mention cogl too but I think OpenGL will be necessary in most cases. I

Re: [clutter] unrefing Timelines and Behaviours.

2007-12-14 Thread Emmanuele Bassi
On Fri, 2007-12-14 at 12:20 +0100, Murray Cumming wrote: By the way, I don't really see the point of ClutterAlpha in the public API, unless you are planning to add more functions to it. At the moment it seems like behaviours could just take the alpha callback, and that alpha callback could

Re: [clutter] unrefing Timelines and Behaviours.

2007-12-14 Thread Stefan Schwarzburg
2007/12/14, Murray Cumming [EMAIL PROTECTED]: On Fri, 2007-12-14 at 14:17 +0100, Murray Cumming wrote: On Fri, 2007-12-14 at 11:51 +, Emmanuele Bassi wrote: this would become needlessly complicated if we passed the same function and then the same timeline, for instance (fantasy

Re: [clutter] Clutter tutorial and a clutter_behaviour_ellipse_set_angle_end() problem

2007-12-14 Thread Murray Cumming
On Fri, 2007-12-14 at 13:38 +, Matthew Allum wrote: Hi; Attached are some rough notes for documentation Im half way through, which hopefully clear up some things and give clarity to some features. Wanted to spend a bit more time on this before submitting but getting worried as to

Re: [clutter] Clutter tutorial and a clutter_behaviour_ellipse_set_angle_end() problem

2007-12-14 Thread Matthew Allum
On Fri, 2007-12-14 at 10:41 +, Emmanuele Bassi wrote: On Thu, 2007-12-13 at 13:54 +0200, Tommi Komulainen wrote: I finally managed to have a quick look through it and have some comments and questions I found lacking: Tutorial says 'Each Clutter application contains at least one

Re: [clutter] unrefing Timelines and Behaviours.

2007-12-14 Thread Murray Cumming
On Fri, 2007-12-14 at 11:51 +, Emmanuele Bassi wrote: On Fri, 2007-12-14 at 12:20 +0100, Murray Cumming wrote: By the way, I don't really see the point of ClutterAlpha in the public API, unless you are planning to add more functions to it. At the moment it seems like behaviours could