Top "Xna" questions

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

How to Import Other Namespaces into Visual C#?

Sorry if my question seems a little noobish but I can't find an answer. I would like to use DirectInput …

c# namespaces xna directx directinput
VS2010 throwing "Could not copy the file "obj\x86\Debug\[file].exe" because it was not found."

I'm writing a Windows Phone 8 game which requires a number of support desktop applications: level editors etc. Since I only …

c# visual-studio-2010 windows-8 xna build-error
How do I import .tmx (Tile Map Editor) file into my XNA Project

I tried to load a .tmx (Tile Map Editor) file into my project but I'm getting this error: Cannot autodetect …

c# xna tmx
Particle Engine - XNA/C#

I'm looking for a particle engine for a XNA game? Is there a good/actively maintained library available? (Open Source …

c# xna particles
Can't find HttpWebRequest.GetResponse() in WP7 Project

I'm trying to send a GET request using HttpWebRequest. I've found a lot of examples all over the web (for …

c# http windows-phone-7 httpwebrequest xna
Is there a way to use something like Console.write to debug in XNA code?

I am wondering how to include debug code inside the XNA? Like console.writeline

xna xna-4.0
How To Draw a Model in XNA with the BasicEffect

I want to draw a Model in XNA. I've gona ahead and produced it in Blender and Exported it to …

c# xna effect blender
Game Programming and Event Handlers

I haven't programmed games for about 10 years (My last experience was DJGPP + Allegro), but I thought I'd check out XNA …

c# xna camera
How to determine if a key is a letter or number?

KeyboardState.GetPressedKeys() returns a Key array of currently pressed keys. Normally to find out if a key is a letter …

c# xna xna-4.0 key
How to get Color and coordinates(x,y) from Texture2D XNA c#?

What i'm trying to do is check perfect-pixel colision with 2 textures which have black edges for example: one of this …

c# xna xna-4.0