Top "Xna" questions

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

Draw Rectangle in XNA using SpriteBatch

I am trying to draw a rectangle shape in XNA using spritebatch. I have the following code: Texture2D rect = …

c# xna draw
Kinect SDK corrupt memory error

I have made a program in XNA using Kinect SDK. The program is running perfectly fine in my pc, and …

c# xna webcam kinect-sdk
XNA for Visual Studio 2013

Is XNA available to be used from within Visual Studio 2013 (Ultimate) Preview? I have not heard, nor seen anything about …

.net visual-studio xna visual-studio-2013
XNA 2D Camera Engine That Follows Sprite

What is the best way to create a parallax effect in an XNA game? I would like the camera to …

c# xna camera sprite
Angle between two Vectors 2D

I'm trying to compute the angle between two vectors. I tried this, but it always returns zero: public double GetAngle(…

c# vector xna
How to install XNA in Visual Studio 2015 (Preview)

How can I install the templates and the the framework for XNA in Visual Studio 2015? I found this page here …

xna visual-studio-2015
2D XNA game mouse clicking

I have a 2D game in which I use only the mouse as input. How can I make it so …

c# xna
Extracting Yaw from a Quaternion

I have a rotation quaternion and want to extract the angle of rotation about the Up axis (the yaw). I …

math xna quaternions
C# game development after XNA

I am a game developer who made games in .Net languages with XNA for the past four versions of it. …

c# xna unity3d
XNA: get screen's width and height

how do i get the width and height of the entire screen in XNA?

xna fullscreen