dev-rice / Game

0 stars 0 forks source link

Setup UI engine #8

Open twestpha opened 9 years ago

twestpha commented 9 years ago

Using XML to describe the layout, parse the XML and instantiate all the required objects. We need a new XML parser, as rapidXML cannot handle certain tasks.

Link to a useful XML validator: http://www.w3schools.com/xml/xml_validator.asp

Link to TinyXML: http://www.grinninglizard.com/tinyxml/

twestpha commented 9 years ago

Window implemented in c9e085f4bacddd0ebd1ac672ca180c3d126cbc46

twestpha commented 9 years ago

Radio Button implemented in 292bae1a7f4c2046dc27eb0550d80d68a7a65466

twestpha commented 9 years ago

Button implemented in cd3295fbcc3a8b6738077752bc4e488a687a0b02

twestpha commented 9 years ago

Slider will not be made

twestpha commented 9 years ago

Blocked by #40 Fixed

twestpha commented 9 years ago

Button finalized in https://github.com/donutmonger/Game/commit/33576c1047fab63594dbf428d8fa878d4803192b

twestpha commented 9 years ago

Add carriage return to text renderer