1 / 9

By Isaac PArenteau

By Isaac PArenteau. Agenda. What is XNA What is it can do Sample Code Questions. What is XNA. Created by Microsoft XNA is a set of tools used for developers to write games for Windows, Xbox 360 and Zune.

rupali
Télécharger la présentation

By Isaac PArenteau

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. By Isaac PArenteau

  2. Agenda • What is XNA • What is it can do • Sample Code • Questions

  3. What is XNA • Created by Microsoft • XNA is a set of tools used for developers to write games for Windows, Xbox 360 and Zune. • It uses .NET runtime environment and has various libraries that can be called to make game developing easier. • It includes an extensive set of class libraries, specific to game development, to promote maximum code reuse across target platforms.

  4. What can XNA do? • XNA can render both 2D and 3D objects. • Various methods can be called to create, manipulate and draw objects to the screen. • XNA can also produce sound vary easily and quickly with help form XACT

  5. 3 Steps of XNA • First step is to load content into the objects to be displayed. This includes background imagines, game objects, and onscreen text. • Second step, update objects. As the game continues each object may or may not need updating to reset its position to be drawn • Third step is to draw the objects on screen.

  6. XNA Support • XNA uses the .NET Framework • Technically it can be used with any language that uses .NET • Mainly supported with C# and Visual Studios/C# 2005 or later

  7. Sample Code • SAMPLE CODE

  8. Questions? ?

  9. The End

More Related