Clutter 0.2.3 Released.

The Clutter team are please to announce a new release of the stable branch.

In this new release:

  • Fixes tile based textures and clutter_texture_get_pixbuf().
  • Implements Gravity for ClutterBehaviourScale.

The tiling fix is critical for lower end GL implementations.

See the NEWS file and the ChangeLog for more details.

The 0.2.3 release is completely API and ABI compatible with earlier 0.2.x releases - as all the releases in the 0.2.x series will be.

As usual, you can download the Clutter tarball from http://www.clutter-project.org/sources/clutter/0.2/.

And you can check out the stable branch from SVN using:

svn co http://svn.o-hand.com/repos/clutter/branches/clutter-0-2 clutter

Enjoy!

Comments (4 total)

I'm following the development

I'm following the development of Clutter and it's always nice to see a new release. You are doing a good job and this is excatly the kind of framework that Linux needs at the moment.

Ditto. It's fantastic to see

Ditto. It's fantastic to see such libraries being built. I had never heard of this until I saw this post

http://macslow.thepimp.net/?p=115

This is fantastic. Keep it up.

Is there somewhere howto

Is there somewhere howto about clutter and gtk-widget? Or maybe a clutter forum? :) My app won't compile, because it doesn't find clutter_init function although I have included "clutter/clutter.h". I have also looked example apps and those compile ok.

@Laterix - there is the

@Laterix - there is the clutter mailing list (see homepage), no forum as yet at least.

To compile you need to use pkg-config, eg 'gcc foo.c -o foo pkg-config --libs --cflags clutter-0.2