Click Ok
Click Ok

Reputation: 8852

Developing XNA outside of Visual Studio

There are some alternative IDE for developing XNA games?

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

Upvotes: 5

Views: 653

Answers (1)

Reed Copsey
Reed Copsey

Reputation: 564323

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.

Upvotes: 3

Related Questions