Top "Xna" questions

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

Comparison between XNA and DirectX (C#)

In terms of PC development (excluding Xbox and Zune), What is the difference between XNA and C# DirectX? Does C# …

c# directx xna
Convert an angle in degrees, to a vector

I'm doing some game programming. FWIW I'm using XNA, but I'm doubtful that this is relevant. I'd like to convert …

c# vector xna rotation degrees
Get angle between point and origin

This might have been answered before, sorry if it has. I basically need to get the angle from origin to …

c# xna directx angle
Graphics Card and XNA 4.0

I create a new project in xna 4.0 for windows. I put it on both Reach and HiDef profile settings in …

xna xna-4.0 xna-3.0
How to make a Texture2D 50% transparent? XNA

I'm using SpriteBatch to draw a Texture2D on the screen and was wondering how I could manipulate the the …

xna transparency opacity
How do I get input from an XBox 360 controller?

I'm writing a program that needs to take input from an XBox 360 controller. The input will then be sent wirelessly …

input xna directx xbox360
XNA 2D vector angles - what's the correct way to calculate?

what is in XNA in 2D the standard way vector angles work ? 0 degrees points right, 90 points up, 180 left, 270 down ? What …

vector xna 2d angle direction
Very simple menu in XNA

Me and some other guys are creating a game, and i would like to add a very simple menu with …

xna xna-4.0
XNA 2D Game Engines

I am just getting back into game development and I am really impressed with XNA. My only problem is that …

xna 2d
Resize and Load a texture2d in XNA

i'm a newbie in XNA just in case. What i try to do is load a texture in a different …

c# xna texture2d downsize