Top "Xna-4.0" questions

Version 4.0 (Final) of Microsoft's XNA Framework.

watch console output panel in visual studio while running a XNA game

I'm a visual studio newbie, currently developing a game using VS 2010 express, C# and XNA 4.0 . I'm trying to debug a …

c# console visual-studio-express xna-4.0
How to make screenshot using C# & XNA?

How to make screenshot and save it to HDD using C# & XNA, while running game in fullscreen mode?

c# xna xna-4.0
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 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
MessageBox & Dialogs on XNA (C#)

I'm having the following code as part of my XNA game: private void gameOver() { if (!m_IsGameOver) { string message = String.…

c# xna xna-4.0 messagebox dialogresult
XNA game performance

I am writing a game using C# 2010 and XNA 4.0. I want it to be a good game and not some "…

c# performance xna xna-4.0
Scaling entire screen in XNA

Using XNA, I'm trying to make an adventure game engine that lets you make games that look like they fell …

xna xna-4.0 resolution-independence
Rotation of an object around a central vector2 point

I should preface this with I am not anywhere near a math person. The code I've found in another question …

c# math xna xna-4.0
How can I use blender animations in XNA 4.0?

I have a model in Blender (2.6+) with rigged animation. I exported it to FBX and import it to XNA. I …

c# xna xna-4.0 blender