vote up 7 vote down star
5

I'm working on a small and simple XNA game and I'm noticing I'm spending way too much time implementing basic UI functionality like menus, (rich) text rendering including wrapping and basic UI lay-out such as alignment of elements.

This is a fairly common problem, and I was wondering whether anyone knows of a library to handle these things. I know there are some good skinnable options available to windows programmers (Crazy Eddie's GUI comes to mind), but as I'm targeting the Xbox 360 I would like to find a pure managed solution.

flag

3 Answers

vote up 3 vote down check

xWinForms is easily the most complete and actively maintained GUI system for XNA. Window System for XNA (WSX) had some good progress in the past (I was working on it for a while), and is still a decent system, though it hasn't been maintained for over a year now. The best option is definitely to go with xWinForms, at least until WPF interoperability comes along (next version of WPF/XNA?) and makes all the other options effectively obsolete.

link|flag
1  
Let's hope that the WPF interoperability thing comes and work smoothly. That would be a great addition. – OregonGhost May 26 at 11:17
vote up 2 vote down

Check out the Gamestate Management Example for a game menu example.

NOTE: Last I checked, it wasn't fully functional with XNA 3.0.

link|flag
vote up 4 vote down

There's XNA Simple Gui and xWinForms. They provide some basic GUI elements. Haven't seen any menu components, though.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.