Top "Xna" questions

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

Z buffer issue by mixing 2D sprites with 3D model

I have to create a 2d menu, over a 3d model, using XNA. Right now, I have created spritebatch for 2…

xna buffer depth
Rotating a sprite around its center

I am trying to figure out how to use the origin in Draw method to rotate a sprite around its …

xna xna-4.0
XNA on iPhone

I don't know if it's a strange question but how could I run a game made with XNA on the …

c# .net iphone clr xna
Game Architecture

I have a question about a XNA game I'm making, but it is also a generic question for future games. …

c# architecture xna xna-4.0
How to do leaderboards in Steamworks.NET?

I am trying to include leaderboards in my application (a game written in C#, using SteamWorks.NET and based on …

c# xna steam leaderboard steamworks-api
Dealing with lag in XNA + lidgren

I am experimenting with lidgren in XNA and I'm having some issues with the 'lag'. I've downloaded their XNA sample …

c# xna multiplayer lidgren
Does using a delegate create garbage

I'm working on a game for the xbox360, using XNA. On the Xbox the garbage collector performs rather badly compared …

c# delegates garbage-collection xna xbox360