Quote:
Originally Posted by Lucas Malor
A programming question: I'm trying port a web browser on Kobo. Since the browser has a GUI, I suppose it needs X. But there's no X on Kobo, apparently. It seems raw data are sent to the screen. If so, how do you solved this problem with Coolreader?
|
Qt can work without X. It has framebuffer back-end. Qt has also WebKit - built-in web browser engine. You even cat find some Qt/WebKit browser in enternet and try to compile is for Kobo. But the 2 things are needed for that:
1. Free time
2. Good Qt skills
I have no free time for that...