Using HTML/CSS for UI in XNA?
Posted
by Rosarch
on Stack Overflow
See other posts from Stack Overflow
or by Rosarch
Published on 2010-03-25T18:04:32Z
Indexed on
2010/03/25
18:13 UTC
Read the original article
Hit count: 559
Is there any way to use HTML/CSS to do the user interface for a XNA game? I would need to programmatically be able to update the HTML, as well as handle events.
Or is there another framework I should be using? This thread looks promising: http://stackoverflow.com/questions/909671/ui-library-for-xna
Also, whatever I use has to work on the Xbox 360.
© Stack Overflow or respective owner