Difference between revisions of "lure"
(Created page with "Category:Libraries") |
|||
Line 1: | Line 1: | ||
+ | = Summary = | ||
+ | |||
+ | LURE is an attempt to implement a hybrid xml/html DOM parser and renderer for the Love2d game engine. The goal of LURE is to provide the following: | ||
+ | |||
+ | * A non-validating xml/html parser which generates a (somewhat) W3C Standards complaint DOM Object for use with love. | ||
+ | * A html renderer which will display html markup in the love window. | ||
+ | |||
+ | Although we have a working prototype of the xml/html parser and DOM Object, we do not yet have a working renderer. Given the sheer size of the W3C DOM specification, this area will serve to document and track the current status of DOM Interface implementations. | ||
+ | |||
+ | |||
[[Category:Libraries]] | [[Category:Libraries]] |
Revision as of 17:43, 1 November 2011
Summary
LURE is an attempt to implement a hybrid xml/html DOM parser and renderer for the Love2d game engine. The goal of LURE is to provide the following:
- A non-validating xml/html parser which generates a (somewhat) W3C Standards complaint DOM Object for use with love.
- A html renderer which will display html markup in the love window.
Although we have a working prototype of the xml/html parser and DOM Object, we do not yet have a working renderer. Given the sheer size of the W3C DOM specification, this area will serve to document and track the current status of DOM Interface implementations.