On Fri, 2009-09-11 at 10:02 +0530, Kuldeep wrote:
> Hi,
> I would like to know two things.
> First: Is it possible in clutter to render only, i.e, If I get
> GLCanvas from other Toolkit and I want to render the contents using
> clutter toolkit. Is it possible? If so then How we can do it?

no, it's not possible.

Clutter is responsible for setting up its own GL state, and so it needs
to be the one library creating the GL context.
 
> Second is Window: Clutter toolkit creeates window by itself for
> displaying the UI, If we want to use the window created by other
> toolkits and rendering with Clutter. Is it possible?

yes, depending on the toolkit and the integration with that toolkit.

the Clutter-GTK and Clutter-Qt integration libraries allow you to embed
a Clutter stage inside a GTK+ or a Qt window.

ciao,
 Emmanuele.

-- 
Emmanuele Bassi, Senior Engineer        | emmanuele.ba...@intel.com
Intel Open Source Technology Center     | http://oss.intel.com

-- 
To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Reply via email to