Re: roadmap for 3.6
- From: Christian Hergert <chris dronelabs com>
- To: Andy Tai <atai atai org>
- Cc: gtk-devel-list gnome org
- Subject: Re: roadmap for 3.6
- Date: Sun, 05 Aug 2012 19:54:57 -0700
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]