6 ms·
The layout engine is limited. It does flow text quite well, but when I had mine (the screen broke a few months ago) I was working on adding more features to the
by azertify 3mo ago
The layout engine is limited. It does flow text quite well, but when I had mine (the screen broke a few months ago) I was working on adding more features to the rendering engine.
It's easy to write a HTML & CSS layout engine to support most of the epub spec, but hard to do it well on such a constrained chip. Even things like nested lists and inline code snippets are a challenge.
- criddell 3mo agoThat must be why Amazon does a lot of pre-processing on their server. They know what device they are sending to and can tailor the file for that device. Maybe expecting the X4 to look great is asking too much. It took Amazon years to get it right on Kindle. Hyphenation is a difficult task.
- mapontosevenths 3mo agoFlash Crosspoint. I reflows much better than stock. It also fixes the lack of space between paragraphs.
- criddell 3mo agoSounds like it’s still pretty early days then. I’ll probably hold off for a year or two and check again.
- deleted 3mo ago[deleted]
- __float 3mo agoEven a year from now you're still likely to need a custom firmware. The custom firmware today is more than good enough, and the devices often sell for under $70.
- Finnucane 3mo ago>t's easy to write a HTML & CSS layout engine to support most of the epub spec And yet reading systems fail to do that.