My Clutter application is running on Moblin.  Will this be an issue with 
Webkit? 


-----Gustavo Noronha Silva <[email protected]> wrote: -----

To: [email protected]
From: Gustavo Noronha Silva <[email protected]>
Date: 03/29/2011 02:50PM
cc: [email protected], haithem rahmani <[email protected]>
Subject: Re: clutter and mozilla

Hey there!

On Tue, 2011-03-29 at 23:00 +0200, haithem rahmani wrote:
> what about ClutterWebKit 
> https://github.com/rkudiyarov/ClutterWebkit

I'd recommend using WebKit as well, and suggest looking at this port,
which is more complete and closer to upstream:

        http://gitorious.org/webkit-clutter/webkit-clutter

Simple build instructions:

$ mkdir build
$ cd build
$ cmake .. -DPORT=Clutter -DCMAKE_INSTALL_PREFIX=~/webkit/ -DENABLE_VIDEO=1 
-DENABLE_NETSCAPE_PLUGIN_API=1
$ make

There is a WebKitWebActor actor, and also a MxWebView actor if you add
-DBUILD_MX_LIB=1 to the cmake call. The API for most things is the same
as the API for WebKitGTK+ (http://webkitgtk.org/) except that there's a
WebKitWebPage object that deals with most things that are responsibility
of WebKitGTK+'s WebKitWebView. There are 2 sample browsers in
Tools/ClutterLauncher on the source tree.

By the way, I tried to contact the people involved in the other port
that was mentioned to discuss joining efforts but got no reply yet, if
you're in touch with them, or if you are part of the team and is reading
this, get in touch =)

Cheers,

-- 
Gustavo Noronha Silva <[email protected]>
Collabora Ltd.


_______________________________________________
clutter-app-devel-list mailing list
[email protected]
http://lists.clutter-project.org/listinfo/clutter-app-devel-list

Reply via email to