Hi,
I'm looking for Linux embedded web browser, or preferably just a rendering object (it will not be used for actual browsing, just for displaying web based gui). The requirements are:
- Written in C/C++ (small footprint)
- Support Dynamic HTML
- Support Java script
- Minimum dependencies on the libraries (although i understand that it can not be completely standalone)
- No Dependency on X11 (i.e working with direct frame qui libraries)
So far i only found Embedded Konqueror. Any suggestions are welcomed, commercial solutions are OK, but open source is preferable.
Found another option QT WebKit which is selected and answers all my requirements.
Another update: Successfully installed and tested embedded QT distribution with WebKit on my board. The configuration of frame buffer was seamless, touch screen calibration took some time, but on the bottom line everything working as expected.
And I'm entering wonderful world of java script :) I handle much better kernel drivers.