Top "Xna" questions

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

What Should Be in a 2D Game Engine?

Ok, so I ended up writing my own game engine based on top of XNA, and I am just wondering …

c# xna
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
XNA 4.0 with C# .NET 4.5?

I want to write an XNA game using .NET 4.5, so that I can use one of the new features that …

c# .net xna visual-studio-2012 .net-4.5
2D Tile Lighting

I'm adding lighting to my XNA 2D tile based game. I found this article useful, but the way its done …

c# xna 2d hlsl lighting
XNA 4: import FBX problem

I have a problem with importing 3D model from FBX file. Source model contains 575 objects + 1 camera and looks like this: …

import xna fbx
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
Find x,y,z rotation between two normal vectors

I have two squares in 3D space. I want to find the x,y,z angles between them. I started …

c# math xna euler-angles
How can I work with XNA projects in Visual Studio 11 Beta?

Visual Studio 11 was released a few weeks back and now that ReSharper is available for it, I'm ready to start …

visual-studio xna visual-studio-2012