English 中文(简体)
Resources for Windows Phone 7 development [closed]
原标题:

Windows Phone 7 has been unveiled and MS have announced all details of the development chain at the Mix10 conference.

So this could be a good starting point/collection of online resources as they appear

EDIT: I ve removed the speculation tag now that the covers are off

问题回答

An excerpt from Programming Windows Phone 7 Series by Charlez Petzold just became available online.

Charlie Kindel has started a MSDN blog on WP7 development, along with a video on Channel9.

windows phone twitter account: @windowsphone

For WP7/XNA related information, keep an eye on Shawn Hargreave s blog :-)

You can get the newly released Windows Phone 7 Series "SDK" from the Windows Phone Developer Home Page

Click the "Download the Developer Tools" on the right hand side to get the bits.

Remember the Windows Phone 7 version of fousquare from the MIX10 demo?

You can download the source code from http://4square.codeplex.com/.

There s a ton of resources out there for Silverlight, and for the most part all of this applies to Silverlight for Windows Phone. My limited experience so far has been quite postive. I took a simple game I wrote for Silverlight and cut and pasted the XAML and code into a new Windows Phone application and pressed F5. It ran without modification, the only thing I couldn t get working was the sound.

If your interested I just posted the source code on my blog.

For XNA there s a lot of information at the XNA creators site.

The forums are pretty good too over here combined they cover most aspects of game and app design and publishing.

Worth a visit.

I put together a list of resources to help people get started on Windows Phone 7 that might help as well.

the Microsoft Press WP7 book by Charles Petzold is now online here.





相关问题
copying a texture in xna into another texture

I am loading a Texture2D that contains multiple sprite textures. I would like to pull the individual textures out when I load the initial Texture to store into separate Texture2D objects, but can t ...

XNA Antialias question!

I ve got problems with XNA and antialiasing. I can activate it using graphics.PreferMultiSampling = true; graphics.ApplyChanges(); however - it s only 2x antialiasing. Even if I set ...

Take screen shot in XNA

How can I take a screen shot of the screen in XNA? Is it possible without System.Drawing.Graphics.CopyFromScreen or Win32API? If it s not possible, Is there any way to draw a System.Drawing.Bitmap to ...

XNA .Fbx textures

I m using the standard .fbx importer with custom shaders in XNA. The .fbx model is UV wrapped properly and is textured appropriately when I use BasicEffect. However when I use my custom effect I have ...

Can t install XNA

I m trying to install XNA. When the installation starts I got an error that says "XNA GSE 1.0 refresh requires Visual C# 2005 express edition sp1..." I use Windows 7 and I have Visual Studio 2008 &...

Is there a 3D equivalant to clamp in XNA?

I m building a 3D game but i only plan on using a 2D perspective thus not taking the z axis into the equasion, i want to be able to limit the movement of one of my models so it doesn t move out of the ...

Fetching the vertices from the backbuffer (HLSL) on XNA

Hello and sorry for the obscure title :} I`ll try to explain the best i can. First of all, i am new to HLSL but i understand about the pipeline and stuff that are from the fairy world. What i`m ...

Simple XNA 2d physics library

Working on a 2D project and wanted some recommendations on a simple 2d physics library for use in C# with the XNA framework. I was looking at Farseer or physics2d. Anyone have any other suggestions? ...

热门标签