Hi,

I wonder if we can share Clutter stage using IPC or not. My idea is to
use Clutter with client-server model. There is 1 server that manage the
main clutter library (libclutter-server). Other clients will link using
(libclutter-client). The clutter stage can be shared among server and
client using Clutter API (i.e. set_default_stage). So that in the
client, the call to clutter API will affect directly on the server
without the needs of doing IPC call to server process.
Is it possible to implement such thing in Clutter?

Thanks,
-Hieu


--
To unsubscribe send a mail to [email protected]

Reply via email to