Am Donnerstag, den 29.11.2007, 17:02 +0100 schrieb Fabien Guinet:

> Is there a way to make a GtkWidget (or lesser a GdkVisual) becoming a
> ClutterActor ?
> 
> Something like for the image: ClutterActor*
> clutter_texture_new_from_pixbuf(GdkPixbuf *pixbuf);

        If you just want to display the widgets, it is doable right now. But if
you also need to interact with them - especially if the surface you
mapped them to is transformed in some way - things are tricky and hard.
For the toolkit-level input-event-redirection I only have very vague
ideas how one might go about that.

        Neil J. Patel started with something like that a few weeks ago. I'm
playing around with the same topic too currently, but only on at the gtk
+-level (http://macslow.thepimp.net/?p=147). In the next two days or so
I will look into the GL-side of things.

        Maybe Neil has a better working example by now. His initial encounter
with this topic can be found on his blog here...

http://njpatel.blogspot.com/2007/11/i-think-i-just-found-another-dimention.html

        We still have some way to go until we can easily toss any widget onto a
3D-object and still interact with it as if nothing happened.

Best regards...

Mirco "MacSlow" Müller

-- 
To unsubscribe send a mail to [EMAIL PROTECTED]

Reply via email to