zhangqm666 / robinson

Tiny pyhton (cython) HTML layout engine with cairo surface rendering support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

robinson

Tiny pyhton (cython) HTML layout engine with cairo surface rendering support

tiny html+css renderer, based on mbrubeck's rendering engine

http://limpet.net/mbrubeck/2014/08/08/toy-layout-engine-1.html

with some enhancements:

  • uses lxml + tinycss for parsing
  • uses cssselect for css selector handling
  • some support for inline and table layout
  • support for text and fonts including word wrapping and alignment

two sample images of what it can do (rendered from the test/ folder):

weather

splash screen

About

Tiny pyhton (cython) HTML layout engine with cairo surface rendering support

License:GNU Lesser General Public License v3.0


Languages

Language:Python 92.9%Language:CSS 4.7%Language:HTML 2.4%