Clutter 0.8 integration libraries release
Clutter 0.8 suite of integration libraries is now available for download
at:
sources/clutter-cairo/0.8/
sources/clutter-gst/0.8/
sources/clutter-gtk/0.8/
MD5 Checksums:
56b69645629293d5dcd93817fabe669a clutter-cairo-0.8.1.tar.gz 91262dd6ead7261a584dacf5dd1933f5 clutter-cairo-0.8.1.tar.bz2 9ebf9bbe406757472952743ca01870f3 clutter-gst-0.8.0.tar.gz 13d2a34ea76e4f010e66d20eba12e864 clutter-gst-0.8.0.tar.bz2 1fea21affb3a74014fc0b4270b67ed2d clutter-gtk-0.8.1.tar.gz 0a93adeb69281dcd1d8455a53f746d9b clutter-gtk-0.8.1.tar.bz2
The Clutter integration libraries suite is a series of open source libraries for integrating Clutter with other libraries:
- clutter-cairo, for integration with Cairo
- clutter-gst, for integration with GStreamer
- clutter-gtk, for integration with GTK+
This suite of libraries allows to use the Cairo drawing API into Clutter; or to use the GStreamer pipelines to render to a texture inside the Clutter scenegraph; or to embed a Clutter scenegraph into a GTK+ application.
Clutter-Cairo 0.8.1
List of changes since 0.6:
- Added clutter_cairo_surface_resize() and clutter_cairo_create_region()
Clutter-GStreamer 0.8.0
List of changes since 0.6:
- Add clutter_gst_audio_get_playbin() function
- Add support for 24-bit textures
- Add pixel-shader AYUV/YV12 support via ‘use-shaders’ property on ClutterGstVideoSink
Clutter-GTK+ 0.8.1
List of changes since 0.6:
- Support the Clutter win32 backend
- Support multiple GtkClutterEmbed widgets
- Add utility functions for integrating with GTK+ themes, GTK+ stock icons, icon themes and GdkPixbuf
- Do not open a second Display connection on X11
As usual, have fun with Clutter!

July 18th, 2008 at 10:42 pm
Is there a forum for discussion on clutter? I need to ask some questions relating to the creation of arrays of ClutterActors.
Thanks
July 18th, 2008 at 10:46 pm
@anon, Please use the mailing list.
July 18th, 2008 at 10:53 pm
I’m getting the following error when trying to build (make) clutter-gtk (ubuntu 8.04)
gtk-clutter-embed.c:48:34: error: clutter/clutter-main.h: No such file or directory
July 22nd, 2008 at 1:02 pm
Amazing job, looking forward to the next release of pyclutter so I can start using 0.8. Thank you!
July 28th, 2008 at 8:15 pm
I’m so eager to see the pyclutter bindings - seems like a perfect start for me to get deeper into the clutter lib.
So keep up your great work, and pleeease don’t take to long with the python bindings
July 29th, 2008 at 8:18 am
@anon: you did not install the development files for clutter or you are not pointing clutter-gtk to the right include folder.
@Zach, @MaBl: python bindings will arrive sooner if python developers start contributing. hint
August 1st, 2008 at 10:56 am
Thanks for the response re my building clutter issues. I have built clutter with the following
./configure –includedir=/usr/include/
This has worked and all header files have been install…but when building clutter gtk configure works ok but when makeing I get
gtk-clutter-embed.c:48:34: error: clutter/clutter-main.h: No such file or directory
Thanks
August 1st, 2008 at 10:58 am
see my list post::
http://lists.o-hand.com/clutter/1540.html
August 23rd, 2008 at 1:13 am
You really should put up more screenshots if you want to market clutter better. It sounds good, but short of the hassle of downloading and setting it up, how is one supposed to know?
August 25th, 2008 at 6:09 am
We just finished our first Clutter based project.
Thanks for your hard work guys! Waiting for new release with
more cool stuff!
September 16th, 2008 at 7:00 am
@TVzation team: great to hear that! can you publish some screenshot?
September 16th, 2008 at 7:03 am
@Daniel: unfortunately, screenshots do not convey a lot of information on how good a 3D library for writing animated, fast and visually interesting applications and toolkit is. we are also limitied on what we can and cannot show as well. we publish all the screenshots we can, and the ones from other people using Clutter are especially welcome.
September 22nd, 2008 at 6:35 pm
When will java bindings be available?
September 26th, 2008 at 5:05 pm
we are not working on java bindings; since clutter is based on gobject nothing prevents some enterprising developer to write them, though.