Linked by Thom Holwerda on Fri 24th Feb 2006 12:01 UTC, submitted by Christopher Cook
Mozilla & Gecko clones "uBrowser is a simple web browser that illustrates one way of embedding the Mozilla Gecko rendering engine into a standalone application using LibXUL. In this case, the contents of the page is grabbed as it's being rendered and displayed as a texture on some geometry using OpenGL. You are able to interact with the page (mostly) normally and visit (almost) any site that works correctly with Firefox 1.5."
Thread beginning with comment 98954
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[2]: 3d
by somebody on Fri 24th Feb 2006 22:21 UTC in reply to "RE: 3d"
somebody
Member since:
2005-07-07

RTFA

From article
How?

I wanted something cross platform since our client is available for Windows, Mac and Linux (alpha version) and ultimately this has to work on all of them. I wanted a way to be able to create and move around various pieces of geometry. There had to be a way to "pick" points off of the geometry in 3D space accurately. I wanted some GUI that would facilitate movement, allow entry of URLs and provide a place to display feedback - progress and status text for example. Eventually I settled on a combination of my own code for picking, GLUT for window management and rendering and GLUI for the UI. There are a couple of minor niggles but for the most part, things worked out really well. Thank you to the developers for making my little a bit easier.

Reply Parent Bookmark Score: 1