Click here to Skip to main content
15,886,791 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm looking for tips on building a GUI/Windowing system in XNA. No code is necessary just simple explanation of components and their interactions.
Posted
Comments
[no name] 1-Apr-11 6:32am    
I realize that this question is almost a year old, but I'm working on a GUI for XNA right now. Let me know if this is still of interest for you.

1 solution

Rather than create your own windowing system in XNA, you might try using XNA with Windows Forms.

If you build your own windowing system, you'll have to consider keyboard/mouse input (and blocking it for all but the main window, which could be called an issue of scope), text entry (track caret, mouse clicking text, copy/cut/paste, text selection, key press interception, scrolling), text drawing, control layout, window dragging, window z-order. And I'm sure there's plenty I left out.
 
Share this answer
 
Comments
Joshua Tully 21-May-10 12:02pm    
I was aware of this alternative, however utilizing this method essentially ruins the encapsulation of the framework.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900