views:

235

answers:

2

There are some alternative IDE for developing XNA games?

By example, can I to integrate XNA in #develop?

+1  A: 

It depends on what you want to do with XNA.

You can use the assemblies outside of VS. However, the content creation pipeline is pretty much tied directly to MSBuild, so if you want to use it, you'll want to stick with Visual Studio.

However, XNA is designed to work with Visual Studio Express Edition, so it is a no-cost option.

Reed Copsey
Doesn't Mono include MSBuild these days? Or at least their own, compatible version?
Chris Charabaruk
A: 

There is nothing to stop you from editing most files in notepad...

I fear you will have trouble compiling in anything other than VSEE.

Tyronomo