Re: [clutter] Capturing image data from stage save as video file.

2009-06-08 Thread Jimmy Thrasher
Take a look at Yukon: https://devel.neopsis.com/projects/yukon/ It's meant for GL capturing. I've used it, and it works, though I've never used it for Clutter. Jimmy On Mon, Jun 8, 2009 at 7:00 PM, Florentfthi...@gmail.com wrote: the gnome-shell project has a set of hooks that allow them to

Re: [clutter] Animations

2009-05-25 Thread Jimmy Thrasher
Another possibility would be to remove the underlying animation logic entirely and separate it out. what-I-mean The libanim library, for example (http://github.com/jtdubs/libanim/tree/master) assumes the concept of animation is unrelated to the actual rendering or modeling frameworks used.

Re: [clutter] Darken Texture

2009-05-22 Thread Jimmy Thrasher
I can see this being handy for WMs as well, for window dragging. Perhaps it would be better to try to implement it for ClutterActor, though. I can see cases where it'd be nice to tint a while ClutterGroup, or any number of other types. Jimmy 2009/5/22 Neil Roberts n...@o-hand.com: I wonder if

[clutter] Confusion regarding offscreen rendering with GLX backend

2009-05-15 Thread Jimmy Thrasher
Hi folks, So far life has been blissful in clutter-land. One point of confusion I'm seeing, though: I'm trying to do the following: - render a clutter stage offscreen - on paint, or timeline new-frame, or something, render the current offscreen buffer somewhere However, in perusing the Clutter

[clutter] Re: Confusion regarding offscreen rendering with GLX backend

2009-05-15 Thread Jimmy Thrasher
Forgive me, I forgot my version info. I'm using git commit id: 659cd671af7387a12adb (release 0.8.8) Jimmy On Fri, May 15, 2009 at 10:56 AM, Jimmy Thrasher ji...@jimmythrasher.com wrote: Hi folks, So far life has been blissful in clutter-land.  One point of confusion I'm seeing, though