Small, portable web browser library?

I am looking for a small and portable web browser to embed into my 3D engine. Basically, I need something small and fast that can render into a graphical buffer and take my input for links and stuff. It would be great if it could do JS as well.

So far I've looked at Gecko and Webkit and Webkit is the winner so far (Gecko is way too huge and messy to even consider).

Are there other more obscure engines that I am missing?


是的,HTMLayout。


Maybe this is an option: http://princeofcode.com/awesomium.php

From the website:

Awesomium is a library that makes it easy for developers to embed the web in their applications. For example, it can be used for:

  • Powering an in-game GUI using
  • HTML/JS/CSS Rendering a live web-page to a 3D object and interacting with it
  • A framework for an advanced, 3D web-browser
  • An offscreen renderer for snapshots or recordings of web-pages
  • The implementation of in-game advertising. and more!
  • 链接地址: http://www.djcxy.com/p/42670.html

    上一篇: 没有找到Html Helper Extensions

    下一篇: 小巧便携的网络浏览器库?