Re: roadmap for 3.6



On Sat, 2012-08-04 at 21:44 -0700, Andy Tai wrote:
> Maybe not directly related, but will gtjk+ gain the animation
> capabilities of Clutter (via merging with Clutter or layering on top
> of Clutter), such that gtk+ widgets can behave like Clutter actors?

I wrote something like this for animating GObject's in general. So it
doesn't take advantage of clutter or anything.

It isn't ideal since you potentially damange a lot of window area as
properties change (causing graphics stalls or frame dropping), but if
used sparingly it can work. I find it handy for animating changes in
adjustments, progress bars, and such.

See ppg-animation.{c,h} for the details.

https://github.com/chergert/custom-gtk-widgets/tree/master/animated-grid

-- Christian




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]