Top "Xna-4.0" questions

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

How to install the XNA Game Studio 4.0 in Windows 8?

This question is related, but NOT a duplicate: How to install XNA game studio on Visual Studio 2012? I read the …

c# visual-studio-2010 xna windows-8 xna-4.0
Install XNA 4.0 Visual Studio 2010 Windows 8

I installed windows 8 a month ago and now want to add xna game studio 4.0 to my visual studio 2010 ultimate. I …

visual-studio-2010 windows-8 xna-4.0
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
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
StreamWriter doesn't write to a file that doesn't exist

I am making a level editor for my game, and most of it is working except... When I try to …

c# file-io xna filestream xna-4.0
What is a good example of saving game data in XNA 4.0?

I am trying to work my way through the XNA MSDN documentation on saving and reading game data, and I …

savestate xna-4.0
How do I create a multidimensional array of objects in c#

I am trying to make a script that dynamically generates world chunks by making a height map then filling out …

c#-4.0 object multidimensional-array xna-4.0
How do I load a texture in XNA at runtime?

I'm working on an application that uses the XNA framework to do it's 3D rendering. I now want to load …

c# xna xna-4.0
Xna 4.0 3D Vertex example

I'm currently trying to make a simple square by combining two triangles, like in the tutorials by Riemer (Link to …

3d xna textures vertex xna-4.0
XNA Draw a filled circle

In another thread on XNA, Callum Rogers wrote some code which creates a texture with the outline of a circle, …

c# math c#-4.0 xna xna-4.0