datalurkur / Mountainhome

A detailed and intricate worldsim borrowing from the Dungeon Keeper-style dungeon-building mechanic
You're lookin' at it.
6 stars 2 forks source link

Create the UIElement class #45

Closed datalurkur closed 14 years ago

datalurkur commented 14 years ago

UIElement is a bound Ruby object, many of which will be managed by the UIManager. This object will be very similar to MHObject in the sense that it is created in Ruby but rendered in C.

Acceptance cases: 1) Draw a static UIelement 2) Update a UIelement with changing data 3) Update a UIelement based on keyboard input 4) Update a UIelement using the Focus class

datalurkur commented 14 years ago

1-3 Done.

datalurkur commented 14 years ago

4 will be a matter of simplicity once we actually have a Focus (selection) class.