Comments (6)

  1. Gregor Burger wrote:

    Hi there, nice animations! Just curios how have you done the animation in the first video? is it a pane?

    thanks bye

    Tuesday, December 14, 2010 at 12:13 am #
  2. chergert wrote:

    It uses a custom container built using a GtkFixed inside of a subclass GtkViewport (that handles all the positioning and size request/allocation junk).

    The GtkContainer child properties (X,Y) of the GtkFixed are animated using a clutter-like animation tweener I wrote.

    Tuesday, December 14, 2010 at 12:24 am #
  3. wout wrote:

    Really nice….

    Tuesday, December 14, 2010 at 12:53 am #
  4. fabiand wrote:

    pfeh – funny seeing animations landing in Gtk+ apps. Can you say something about the performance of those animations? CPU consumption …

    Tuesday, December 14, 2010 at 3:25 am #
  5. chergert wrote:

    they are far from perfect .. its pretty heavy on cpu during the animation since you really need to do about 30 fps to look somewhat smooth (well some multiple of vert refresh).

    Tuesday, December 14, 2010 at 8:59 am #
  6. naesk wrote:

    Very swish indeed, the animations appear nice and fluid :)

    Tuesday, December 14, 2010 at 9:56 am #