Page 1 of 1

GUI Elements

PostPosted: Jan 15, 2004 @ 4:42am
by PointOfLight

PostPosted: Jan 15, 2004 @ 11:50am
by ppcStudios

PostPosted: Jan 17, 2004 @ 1:08am
by egarayblas
To add to what GR has mentioned, creating GUI elements requires a bit of imagination and creativity. :) Think of the controls as lines, rects and filled rects and then combine them to produce buttons, scrollbars, progress bars, etc. For example, a simple text box will just need one filled rect (with white) and a rectangular border around it w/ a diff color. To enhance it, you can use lines for the border instead and color the top and left line w/ a darker color and the right and bottom line w/ a lighter shade. This will produce depth. This can go on and on w/ the other GUI controls.