Difference between revisions of "LLQtWebKit"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with '== Introduction == LLQtWebKit is a static library that renders Web content into a memory buffer using code from version 4.5.2 of the Qt/WebKit project. In some ways, it can be co...')
 
Line 1: Line 1:
== Introduction ==
== Introduction ==
LLQtWebKit is a static library that renders Web content into a memory buffer using code from version 4.5.2 of the Qt/WebKit project. In some ways, it can be considered a replacement for the LLMozLib2 library that was used in previous versions of the Second Life client. It is currently used by the [https://wiki.secondlife.com/wiki/Media_Rendering_Plugin_Framework Media Plugin API] to render Web content in Second Life.
LLQtWebKit is a static library that renders Web content into a memory buffer using code from version 4.5.2 of the Qt/WebKit project. It is currently used by the [https://wiki.secondlife.com/wiki/Media_Rendering_Plugin_Framework Media Plugin API] to render Web content in Second Life.


== Browse the code ==
== Browse the code ==

Revision as of 01:34, 2 September 2009

Introduction

LLQtWebKit is a static library that renders Web content into a memory buffer using code from version 4.5.2 of the Qt/WebKit project. It is currently used by the Media Plugin API to render Web content in Second Life.

Browse the code

The code for LLQtWebKit is stored in a Mercurial code repository. You can browse the code here using a Web browser.

Build instructions

Windows

The windows version of the build instructions can be found here.

Mac OSX

The windows version of the build instructions can be found here.

Linux

The windows version of the build instructions can be found here.