Re: [clutter] Reg: Cluuter window and GL Canvas

2009-09-11 Thread Emmanuele Bassi
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



Re: [clutter] Reg: Cluuter window and GL Canvas

2009-09-11 Thread Emmanuele Bassi
On Fri, 2009-09-11 at 15:12 +0530, Kuldeep wrote:

 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?


clutter-gtk and clutter-qt are *not* bindings: they are integration
libraries. they use public API, so they can be reimplemented, but there
would be no point doing so.

and you've failed to mention which toolkit you are planning to use or
are using already.

ciao,
 Emmanuele.

 On Fri, Sep 11, 2009 at 2:58 PM, Emmanuele Bassi
 eba...@linux.intel.com 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|
 emmanuele.ba...@intel.com
 Intel Open Source Technology Center | http://oss.intel.com
 
 --
 To unsubscribe send a mail to clutter+unsubscr...@o-hand.com
 
 
-- 
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



[clutter] Reg: Cluuter window and GL Canvas

2009-09-10 Thread Kuldeep
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?

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?


Thanks in advance,