Paintable User Interfaces
It seems like it should be possible to have some kind of GUI library in which user interface elements can be painted onto the screen frame-by-frame, instead of the common practice of assembling an object-oriented hierarchy of widgets.
I’m thinking of something like (rough ECMA-like pseudocode):
static var clicks = 0;
drawRectangle( 0, 0, 100, 100)
drawText( 0, [...]
Recent Comments