I want to drop in an HTML renderer that will basically be used for render-to-texture operations.

If I can render the HTML to an HDC, that would be perfect.

I found HTMLayout, which isn't bad. But it isn't open source. But I'm wondering if there's a way to somehow tap into IE or Mozilla/Gecko code, how realisitic/difficult this will be, and possibly some pointers on how to do it.

It will be for a regular straight C++ directx application

Edit

Wow! Mozilla has an embedding kit!

link|improve this question

iecapt.sourceforge.net – bobobobo Feb 20 '10 at 21:27
See here for a windows-only approach: stackoverflow.com/questions/1950331 – Georg Fritzsche Feb 21 '10 at 0:12
feedback

2 Answers

Take a look at WebKit.

link|improve this answer
As used by safari and others. – Matt H Mar 2 '10 at 20:20
feedback

Qt can do it, render to a QPainter. See for example http://doc.trolltech.com/4.6/qwebpage.html But not sure if it's easily used if you are not already using Qt.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.