For Openismus, I have started a tutorial to cover Clutter and to mention a little about other libraries such as clutter-gtk and clutter-cairo and maybe clutter-gst. I should have it finished in a week or so, and I'll then keep it up to date with the API changes.
HTML of its current state is here: http://www.openismus.com/misc/clutter_tutorial/docs/tutorial/html/index.html It's DocBook, with some scripts to pull in the example code, in the clutter-tutorial module in o-hand's svn repository: http://svn.o-hand.com/view/clutter/trunk/clutter-tutorial/ As I've done in the past for gtkmm documentation, the examples will be almost mind-numbingly simple so people have the best chance of seeing the use of the relevant API. However, I am trying to write one slightly more realistic full example and I'm having a problem: In my rotate_all_until_item_is_at_front() function, I call clutter_behaviour_ellipse_set_angle_end() but this seems to always set the end angle to 0, so all my actors end up at the same position. I guess it's something that I'm doing wrong, but I can't see what. The code is here: http://svn.o-hand.com/view/clutter/trunk/clutter-tutorial/examples/full_example/ -- [EMAIL PROTECTED] www.murrayc.com www.openismus.com -- To unsubscribe send a mail to [EMAIL PROTECTED]
