Top "Xna" questions

XNA is a cross-platform framework originally from Microsoft that facilitates game development with .NET.

How to install XNA game studio on Visual Studio 2012?

Is it possible to create XNA games using Visual Studio 2012?

xna visual-studio-2012
Convert string to Color in C#

I am encountering a problem which is how do I convert input strings like "RED" to the actual Color type …

c# .net xna
How do I set the window / screen size in xna?

How can I adjust the size of the window in XNA. Default it starts in a 800x600 resolution.

xna fullscreen
How to calculate bounce angle?

I played around with it for a while, but I simply can't figure it out. I made a tank that …

c# xna physics
How to install the XNA Game Studio 4.0 in Windows 8?

This question is related, but NOT a duplicate: How to install XNA game studio on Visual Studio 2012? I read the …

c# visual-studio-2010 xna windows-8 xna-4.0
Random 2D Tile-Map Generating Algorithm

Can anyone tell me a way to generate island structures or hill structures like in minecraft? I'm just searching for …

c# algorithm xna terrain procedural-generation
How to uninstall .vsix Visual Studio Extensions?

I am currently trying to install the XNA Game Studio for Visual Studio Express 2013. And I accidentally ran the .vsix …

visual-studio-2013 xna uninstallation vsix
Why is Visual Studio not able to open .csproj files?

I have the odd problem that I am not able to open the properties of my .NET projects in Visual …

.net visual-studio-2008 xna xna-3.0
How do I draw lines using XNA?

I've read a bunch of tutorials involving XNA (and it's various versions) and I still am a little confused on …

drawing xna lines primitive shapes
Draw Rectangle with XNA

I am working on game. I want to highlight a spot on the screen when something happens. I created a …

c# optimization xna