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!

14 Responses to “Clutter 0.8 integration libraries release”

  1. anon Says:

    Is there a forum for discussion on clutter? I need to ask some questions relating to the creation of arrays of ClutterActors.

    Thanks

  2. mallum Says:

    @anon, Please use the mailing list.

  3. anon Says:

    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

  4. Zach Says:

    Amazing job, looking forward to the next release of pyclutter so I can start using 0.8. Thank you!

  5. MaBl Says:

    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 :)

  6. Emmanuele Says:

    @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 ;-)

  7. anon Says:

    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

  8. anon Says:

    see my list post::

    http://lists.o-hand.com/clutter/1540.html

  9. Daniel Says:

    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?

  10. TVzation team Says:

    We just finished our first Clutter based project.
    Thanks for your hard work guys! Waiting for new release with
    more cool stuff!

  11. Emmanuele Says:

    @TVzation team: great to hear that! can you publish some screenshot?

  12. Emmanuele Says:

    @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.

  13. Java bindings Says:

    When will java bindings be available?

  14. Emmanuele Says:

    we are not working on java bindings; since clutter is based on gobject nothing prevents some enterprising developer to write them, though.

Leave a Reply