On 2011-03-01 at 09:15, tomw wrote: > I'm intensively using Clutter and Mx mainly from Python with > gobject-introspection and it works perfectly well. Trying to use Cogl > the same way unfortunately does not work as there is little gtype > integration [1] which obviously makes most of the methods unaccessible. > So I was wondering what are the options. Any plans or ideas?
some parts of Cogl are accessible via G-I; unfortunately, they are not really nice to use, as you might have noticed. the current view for Cogl is to have a native wrapper, like Cairo does, and not an introspection-based one; pyclutter has most of the code already, so as soon as we can release an introspection-based pyclutter, we'll probably provide a native Cogl module as well to make the API more pythonic. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center _______________________________________________ clutter-app-devel-list mailing list [email protected] http://lists.clutter-project.org/listinfo/clutter-app-devel-list
