|
I did my first ever talk at Guadec this year along with Damien and
Chris. Thankfully there were no disasters apart from that I was pretty
nervous and probably incomprehensible.
My part of the talk was about Mash which is a library for making
ClutterActors out of 3D models. I forgot to give any links to where to
get the code in the presentation however. I made the first release
(0.1.0) before Guadec. It includes full gtk-doc
and introspection support so it should be ready to play with if
anybody wants to try it. It's quite likely that I'll change the API if
I make another release though so please bear in mind that it's still a
work in progress.
There is a wiki page with download links here.
I also demoed DFight which I've
blogged about before and a ridiculous example game called Robot
Pony. The source for robot pony is in a git repo here:
git clone git://git.busydoingnothing.co.uk/robot-pony.git
I probably also should have mentioned that the example code in the
slides was using the semi-complete Ruby bindings. They are on the
clutter-1.2 branch including bindings for Mash at:
git clone git://git.busydoingnothing.co.uk/rbclutter.git
I'm also trying to make an Ubuntu package for it. If I can get it
working, it will be available from here
|