Graffiti
Graffiti is a basic HTML Rendering engine, with basic CSS support. It is meant to be use to quickly display text ( help screens, instructions etc. ) in games. It is written in Python and uses Pygame for all rendering.
NOTE: Defects as of 17th September 2008
At this point the default stylesheet is not very satisfactory
The setup.py script does not work very well, it forgets the data files
What Graffiti is not
- A full featured engine like Gecko/WebKit
- A fully CSS compliant engine
- Something to build a browser on
- A way to hyperlink
What Graffiti is
- A way to quickly display text and images in games
- A way to do basic formatting and alignment using the lowest level CSS support
Download
Build on 17th September 2008: http://22bits.exofire.net/downloads/graffiti-20080917.tar.gz
