AndreyAkinshin
AndreyAkinshin

Reputation: 19021

Windows Phone 7 XNA GUI Framework

I write some application on XNA for Windows Phone 7. I need to use GUI Controls like comboBox, listBox, radioButton, etc. But XNA standart doesn't contains GUI Control. There are frameworks or libraries with GUI Control for XNA Windows Phone 7 application?

Upvotes: 3

Views: 1946

Answers (3)

Lukasz Madon
Lukasz Madon

Reputation: 14994

Last two days I have been playing with Dynamic UI and User Iterface sample.

Upvotes: 2

Reed Copsey
Reed Copsey

Reputation: 564433

Here is the App Hub FAQ page on the subject. It lists many options, including:

  • XPF - a full layout engine. No price details yet. Works on phone too
  • OrbUI - 27 controls, 3.1 and 4.0 support on PC and Xbox
  • Nuclex Framework has a skinnable UI
  • NeoForce controls discontinued but source for PC/XNA 4.0 is available on codeplex
  • 2DNA
  • GUI by Valentin
  • Xwinforms
  • GuiManager
  • Simple Gui
  • Window System for XNA
  • Controls for ZuneHD
  • XNA Interface Elements

Upvotes: 4

Oleg Rudckivsky
Oleg Rudckivsky

Reputation: 930

Try this: http://nuclexframework.codeplex.com/

Upvotes: 1

Related Questions