HtmlRenderer , Development Snapshot
GLES2 based-HtmlRenderer, early preview

pic 1: render with OpenGLES2, Text is rendering with PixelFarm's MiniAgg+ the Typography.
pic 2: render with GDI+ (System.Drawing)
This version GLES2 -texture glyphs are not crisp.

the fixing is on progress, see => https://github.com/PaintLab/PixelFarm/issues/3
The HtmlRenderer example!
pic 1: HtmlRenderer on GLES2 surface, text are renderered with the Typography
also, please note the text selection on the Html Surface.
(HtmlRender => https://github.com/LayoutFarm/HtmlRenderer,
Typography => https://github.com/LayoutFarm/Typography)
You will be interested in this article: The whole web at maximum FPS: How WebRender gets rid of jank. 😃
And, https://github.com/servo/webrender
I'm implementing some similar theory in it in my UI project.
@zwcloud, Cheer!
:)
Thank you for your links.
but a little bad news for me that => https://github.com/servo/webrender 's license is MPL (not permissive enough for me).

