Posted on March 20, 2009 by uditha
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
Filed under: 3d games, C#, XNA, tutorials, xbox360 | Leave a Comment »
Posted on March 20, 2009 by uditha
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
Filed under: 3d games, C#, XNA, tutorials | 1 Comment »
Posted on February 10, 2009 by uditha
This example shows you how to use 2d graphics in your XNA application.
http://code.msdn.microsoft.com/2DinXbox360
Filed under: .NET, C#, XNA, tutorials, xbox360 | Leave a Comment »
Posted on February 5, 2009 by uditha
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
Filed under: .NET, 3d games, articals, tutorials | Leave a Comment »
Posted on February 2, 2009 by uditha
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/
Filed under: XNA, articals, tutorials | Leave a Comment »
Posted on January 8, 2009 by uditha
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
Filed under: C#, XNA, creatorsclub, tutorials, xbox360 | Leave a Comment »
Posted on December 16, 2008 by uditha
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. [...]
Filed under: XNA, tutorials | Leave a Comment »
Posted on November 6, 2008 by uditha
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
Filed under: XNA, tutorials | Leave a Comment »
Posted on November 6, 2008 by uditha
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 [...]
Filed under: XNA, tutorials | Leave a Comment »
Posted on November 6, 2008 by uditha
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. [...]
Filed under: XNA, tutorials | Leave a Comment »