Clutter 0.9.2 - developers snapshot

Clutter 0.9.2 is now available for download at:

http://www.clutter-project.org/sources/clutter/0.9/

MD5 Checksums:

  fcc83503478148f722af5cf9a1f30938 clutter-0.9.2.tar.gz
  ad69263ae61b95f575ed55ed5f5b7ddb clutter-0.9.2.tar.bz2

Clutter is an open source software library for creating fast, visually rich and animated graphical user interfaces. Clutter is licensed under the terms of the GNU Lesser General Public License version 2.1.

Clutter currently requires:

  • GLib >= 2.14.0
  • Cairo >= 1.6
  • Pango >= 1.18
  • OpenGL >= 1.4, OpenGL ES 1.1 or OpenGL ES 2.0
  • GLX, SDL, WGL, Quartz or an EGL Implementation

API reference: http://www.clutter-project.org/docs/clutter/unstable/

Notes

  • This is a development release of Clutter 0.9 leading towards the 1.0 stable cycle.
  • This version is fully API and ABI incompatible with the previous 0.8 releases.
  • This version is parallel installable with Clutter 0.8.
  • Installing this version will overwrite the files from the installation of a git clone of the current development branch (master).
  • Bugs should be reported to: http://bugzilla.o-hand.com.
  • The API of Clutter 0.9 is "slushy": it can still change before the 1.0.0 release - though changes will hopefully be contained and small.

here you can find the announcement and the shortlog for this release.

as always thanks to all the contributors, and have fun with Clutter!

Comments (9 total)

How do you plan to support

How do you plan to support mobile phones? Ex. SonyEricsson...
Tnx

http://www.youtube.com/watch?

Hey, what happened to the

Hey, what happened to the weekly report? I'm sure you're really busy working towards clutter 1.0 but it would be really interesting to hear what's going on and get some background to the design choices you make and have made with clutter...

Amazing! I'm using it now and

Amazing!
I'm using it now and it works perfect for me!

I have a college task to

I have a college task to implement a video tracking [1]. I think to use the clutter + gstreamer. It's a good idea? Any tip? Ah, I have to implement in C.

Thanks!

[1] - http://en.wikipedia.org/wiki/Video_tracking

Does it support XIM(X Input

Does it support XIM(X Input Method) protocol
for entering UTF-8 coded characters?

This is a blog of graphics

This is a blog of graphics subject matter but no graphics at all. I don't understand!

Where is the easy to access screenshot?

@User: the implementation of

@User: the implementation of input methods is part of toolkits based on Clutter; the NBTK (Netbook Toolkit) used on Moblin has recently started supporting input methods like XIM and SCIM.

@Hehehe: it's fairly difficult to screenshot an API. we have "toys" lying around, and in old blog posts you'll see screenshots and videos. for now, the best demonstrator of Clutter's functionality is the Moblin 2.0 netbook user interface.

@Thiago: it might be a good idea — I never implemented video tracking :-)

@Erik: the (irregular) weekly report has been restarted :-) I hope it to be more regular in the future.

@Gonzalo: Clutter supports

@Gonzalo: Clutter supports every platform with GL 1.4+ or GL|ES 1.1/2.0.

@Codewalker: interesting! do you have the code in a public repository?