Hi again, I want to use only clutter but not with any bindings. Also I want to include clutter toolkit for rendering purposes. So is it possible? Or do I need to implement anything extra here?
Thanks On Fri, Sep 11, 2009 at 2:58 PM, Emmanuele Bassi <[email protected]>wrote: > 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 | [email protected] > Intel Open Source Technology Center | http://oss.intel.com > > -- > To unsubscribe send a mail to > [email protected]<clutter%[email protected]> > >
