I've started working on replacing the UI in my game's level editor with HTML. I was using Windows Forms before, and HTML is a lot easier. :)
Here's the HTML that produces the toolbar in the video: http://luminance.org/crap/ui/toolbar.html
It won't look right unless you're in a WebKit browser (Chrome or Safari).
I doubt it, but would the HTML UI function at all on the xbox?
TledgEs 1 year ago
You could possibly make it work on the XBox if you had access to a devkit, since you'd be able to compile C++ for it. Since Chromium is C++ you're stuck on Windows if you want to use it in an XNA game.
Kaelan0 1 year ago