On Sat, Dec 5, 2009 at 10:40 AM, Alon Zakai <
al...@syntensity.com> wrote:
>
>
> On Sat, Dec 5, 2009 at 12:05 AM, Toni Alatalo <
ant...@kyperjokki.fi> wrote:
>>
>> Btw, we have working in-world / on-object-as-texture interactive qt
>> canvases in Naali trunk, as of last week. IIRC mouse clicks etc work ok.
>> And have been using qt webviews on 2d surfaces since the beginning
>> basically, for login ui.
>
>
> Oh, interesting.
>
> Well, one difference from how I am guessing you use Qt here is that Qtonium
> is designed as a plugin. In particular, that makes it
>
> 1) Convenient to use in a non-Qt app (like the Syntensity client), and
>
> 2) Possible to run each web browser in a separate process, kind of like
> Chrome, for security and stability purposes. This isn't implemented yet in
> Qtonium, but it would be trivial to add, given the architecture (although it
> would naturally have a performance penalty - just like Chrome).
>
>
> Btw, I am considering expanding Qtonium into a general framework for media
> plugins (like playing video, etc. - already have a proof of concept,
>
http://www.youtube.com/watch?v=pue-wRGa6yU ). I guess similar to how web
> browsers have plugins and how I presume the new SL media framework is (but
> Qtonium is written in Python, is much simpler, and is permissively
> licensed).