I want to use HTML + CSS + JavaScript to develop a user interface for a touch device in a Linux environment, and I need a suitable rendering mechanism.
In this device, there will be an ARM processor with a clock frequency of 400 to 900 MHz, a VGA or WVGA display and about 256 MB of RAM or more with standard Debian Linux (minimum installation).
Ideally, the rendering engine would have direct access to / dev / fb 0 and mouse events. Since the browser is just used as a rendering mechanism, I donβt need / need any kind of graphical interface - no windows, no tabs, no dialog boxes, only one full-screen HTML page that makes heavy use of JavaScript to interact with the user (for example, dynamic web pages).
It would be great if Qt / GTK / DirectFB and they could be avoided (to reduce the overhead of memory and startup time), but, of course, this is not necessary.
Of course, WebKit and Gecko come to my mind, but they are hard to understand and hard to compile. Perhaps one of the many forks comes close to what I need (I searched, but so far no luck)?
Udo g
source share