8

My game has basic functionality and is playable with a command line, but I would like to put a GUI on top of it.

It is a platformer type game written in C# with the XNA framework.

I have googled and found a few libraries, but they all seem very gum and duct tape. Is there a mature or standard way of making a GUI for my situation?

samoz
  • 56,849
  • 55
  • 141
  • 195

2 Answers2

2

The standard answer is: look at the Gamestate management tutorial in Education Catalog.

This doesn't give you very nice widgets, but rather shows a way of managing the game flow and some menus (including pause menu).

jv42
  • 8,521
  • 5
  • 40
  • 64
1

NEOForce Controls

Full featured, open source GUI library for XNA 4.

Jason Miesionczek
  • 14,268
  • 17
  • 76
  • 108