InfoQ

News

Beta for XNA Game Studio Released with Support for Networked Games

Posted by Jonathan Allen on Nov 28, 2007 06:45 AM

Community
.NET
Topics
XNA

XNA Game studio is a game development toolkit that supports both Windows and the XBox 360. The initial edition was targeted directly at hobbyists and released as an extension to C# Express Edition.

The beta for XNA 2.0 brings the toolkit closer to the world of professional developers. The number one feature is that it now supports all versions of Visual Studio 2005. This unlocks tools such as integrated source control and testing frameworks. Multi-threaded debugging is enhanced and developers can use any VS Add-In they may have.

Another feature of XNA 2.0 is a tool for converting between Windows and XBox projects. While it may not eliminate the need to keep separate project files for the two platforms, it should at least make multi-targeting a bit less painful.

Speaking of projects, XNA 2.0 offers a new project type called "integrated content project". This allows developers and graphic artists to separate the game assets from the rest of the runtime and has support for the XNA Framework Content Pipeline.

Several APIs have been added or enhanced. For example, networking support has been added to allow for multiplayer games. This even supports games in which some players are on Windows while others are using an XBox.

1 comment

Reply

I'm looking forward to using it by Sammy Larbi Posted Nov 28, 2007 8:15 AM
  1. Back to top

    I'm looking forward to using it

    Nov 28, 2007 8:15 AM by Sammy Larbi

    I've been looking forward to this for a while now. However, I've heard that project migration from the Express version can be a PITA, so I'm waiting until I have some downtime over the next month or so to do the switch.

Exclusive Content

Ruby.rewrite(Ruby)

In this RubyFringe talk, Reginald Braithwaite writes Ruby code to read, write, and rewrite Ruby. Demos include extending Ruby with conditional expressions, call-by-name and more.

Book Except and Interview : Aptana RadRails, An IDE for Rails Development

Aptana RadRails: An IDE for Rails Development by Javier Ramírez discusses the latest Aptana RadRails IDE, a development environment for creating Ruby on Rails applications.

Fast Bytecodes for Funny Languages

Cliff Click discusses how to optimize generated bytecode for running on the JVM. Click analyzes and reports on several JVM languages and shows several places where they could increase performance.

Scott Ambler On Agile’s Present and Future

Scott Ambler, Practice Lead for Agile Development at IBM, speaks on the current status of the Agile community and practices having a look at the perspective of the Agile’s future.

Manager's Introduction to Test-Driven Development

Dave Nicolette and Karl Scotland try to introduce non-technical managers to one of the most popular Agile development techniques: Test-Driven Development (TDD).

Structured Event Streaming with Smooks

Smooks is best known for its transformation capabilities, but in this article Tom Fennelly describes how you can also use it for structured event streaming.

How to Work With Business Leaders to Manage Architectural Change

Successful architectures evolve over time to meet changing business requirements. Luke Hohmann presents how to collaborate with key members of your business to manage architectural changes.

Colors and the UI

In this article, Dr. Tobias Komischke explains how colors used in a GUI can influence our interaction with a computer and offers advice on using the appropriate colors for the interface.