Game Development Community

Html browser

by Jake london · in Torque 3D Beginner · 05/01/2011 (4:11 am) · 1 replies

HI there,

Is there some simple way to render html in some T3D GUI control? I'm after a module which supports ssl too.

Kind Regards,
Jake

#1
05/01/2011 (11:51 am)
Do a search for Qt. Josh Engebretson created a web control which renders browsers in a material (can be used either on an object, or on a GUI control) using the Qt WebKit. You can get SSL features by compiling Qt WebKit with Open SSL (check out Nokia's website for Qt for docs on that piece of code).