How to make some simple GUI controls?

Posted by daniels on Stack Overflow See other posts from Stack Overflow or by daniels
Published on 2010-04-27T09:53:56Z Indexed on 2010/04/27 11:13 UTC
Read the original article Hit count: 203

Filed under:
|

I need to make a DirectX or OpenGL app and i will need a custom GUI for that.
I think a button, a input text box, a list box (that will need a scroll bar as there will be more items that can fit on the screen) and a slider control will be enough.
I know about CeGUI framework but i just don't like it, way too many XML files for my taste.
My question is where should i start in learning how to do this custom GUI controls, are there any tutorial available or any material that could get me started? I haven't done a GUI contol myself before.

© Stack Overflow or respective owner

Related posts about c++

Related posts about gui