MP3 Playback in XBOX360 using XNA

This example shows you how to play mp3 files in XBOX360 using XNA.This example can extended to create a simple interactive media player for XBOX360 using XNA.
you can download the example from following link.
http://code.msdn.microsoft.com/MP3XBOX360

Video Playback in Windows games using XNA

This example shows you how to playback video in your XNA games.
For this I am using XNA direct show library on codeplex.
you can download the example from following link.
http://code.msdn.microsoft.com/PlayVideoPC
 

Using 2D graphics in Xbox360 with XNA

This example shows you how to use 2d graphics in your XNA application.
http://code.msdn.microsoft.com/2DinXbox360

Digit IT magazine articles

First issue (February)
These are the articles I wrote in this month.
1-Game development industry in Sri Lanka
http://digit.lk/?q=node/148
2-Getting started with XNA Game studio 3.0 to develop video games.
http://digit.lk/?q=node/169

Digit IT magazine.

Recently I got chance to write articles about game development to an online IT magazine.This IT magazine call as Digit.Its a online magazine that deliver information in various technologies.
Also pdf and flash versions of the magazine is available other than the online version.
http://digit.lk/?q=node/72

http://digit.lk/

Xbox360 Game development with XNA tutorials.

Basic example shows you how use XNA to develop Xbox360 games. tutorial 1-hello world tutorial 2-draw 2d image XNA version-XNA game studio 3.0
Download from- http://code.msdn.microsoft.com/XNAINXBOX360

Simple HLSL in XNA

This example shows you how to use HLSL(High level sheder language) in your XNA game. HLSL is a sheding language developed by Microsoft. And from that language you can direcly talk to the GPU. This have three main forms vertex sheder,pixel sheder and geometry sheder. [...]

Crating a custom message box in XNA.

Like windows message box you can create custom message box in XNA.
you can download the Source code from-
http://code.msdn.microsoft.com/XNAMessgebox

RUNTIME-XNA 3.0

Creating a button in XNA

In Win form,WPF of ASP.NET application you can drag a button to design area and double click and write code the button click event. But in XNA you can`t do that. there no such thing as button in XNA.You need to create your own button that [...]

XNA for learn Computer Science.

Sometimes you can say learning the basics of computer science like inheritance polymorphism was boring. Because that involve lot of theory.But you can use XNA to learn basics of computer science. Then while you make 2d or 3d application ,you leaning the computer science in practice as well. [...]