Initial Clutter-GTK and new Clutter Releases

The Clutter team are pleased to announce the release of clutter-gtk - a clutter add on library initially providing a basic GTK clutter widget. This allows clutter to be embedded in GTK applications. We hope with further work in the future clutter-gtk will also allow the reverse, namely embedding GTK in Clutter.

Grab the source tarball here.

Togeather with this, a new clutter-0.2.2 has been released which is required if you want to use clutter-gtk. It includes;

  • Addition of basic XEMBED support for clutter stage.
  • Fixes to clutter_texture_get_pixbuf()
  • Export clutter_group_remove_all and add associated fixes.

This is a release of the stable branch. The 0.2.2 release is completely API and ABI compatible with the 0.2.x releases - as all the releases in the 0.2.x series will be.

Some more clutter related releases are close - watch this space!

Comments (2 total)

The other way round it would

The other way round it would be interesting :D

I'm writing this because I'm

I'm writing this because I'm having trouble getting clutter to work in a firefox plugin. The clutter-gtk embeded object doesn't appear to work properly in that environment. As a result it doesn't do animations when I launch my firefox plugin. Is there a way to get this to work. Any help would be appreciated.