Hendrik,
I assume that to use clutter in your application is to somehow get the
window manager to shutdown the opengl context and then open yours for the
duration before once again reopening the window manager.

A somewhat challenging prospect!

Whilst its possible to use x11 compositing to bring in a gtk or qt window, I
assume there is no extension to composite an opengl window itself.
And since its "difficult" to allow sharing of data between applications this
is not something that could be fixed elegently.

really makes you appreciate the underlying beauty of x11 :)

I'm getting round this by designing my framework to allow both standalone
unshared instances to be run (multiple XV overlays are allowed) and I have
also put the core principles in place for dynamically loading shared
application widgets into the playground.
It should be as simple as a change in the makefile to switch a properly
designed application between standalone or shared :)

gary


On Tue, Mar 17, 2009 at 7:37 AM, Henrik Hedberg <
henrik.hedb...@innologies.fi> wrote:

>
>    Hi,
>
>    How is Clutter supposed to work in applications in Fremantle? Will
> the Clutter-GTK library be included in the final SDK?
>
>    I have tried to run a Clutter application that works in desktop
> environment. It compiles fine, but nothing happens when starting it in
> the Alpha SDK. Also, even the simplest example application from
> Programming with Clutter tutorial does not work [1].
>
>    Is this somehow related to this statement: "It is assumed that we
> will have only one OpenGL drawing context, and thus a single process
> running in the system will be using Clutter at a time. This process will
> be the window manager and the implementor of all challenging graphical
> UI effects on the screen." [2]
>
>    What is the trick to get a working Clutter stage in Fremantle
> application?
>
>    BR,
>
>    Henrik
>
> [1]
>
> http://www.openismus.com/documents/clutter_tutorial/0.8/docs/tutorial/html/sec-stage.html#sec-stage-basics
> [2] http://maemo.org/development/sdks/maemo5_alpha_overview/
>
> --
>    Henrik Hedberg  -  http://www.henrikhedberg.net/
> _______________________________________________
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://lists.maemo.org/mailman/listinfo/maemo-developers
>
_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to