From Soup to Nuts with the Surface 2.0 SDK

1 minute read

image

Continuing my “From Soup to Nuts” series or sometimes referred to as “The Busy Developers Guide” series I will take a look at the Surface 2.0 SDK recently released by Microsoft.

Before you read ahead here are the other articles in this series:

The Busy Developers Guide to the Kinect SDK Beta.
The Busy Developers Guide to Mango.

What is it?

With the Microsoft® Surface® 2.0 SDK you can easily create applications to take advantage of the next generation Surface computing device or any Windows touch-enables devices. (defined by Microsoft)

Links worth checking out: (thanks to Luis Cabrera)

Getting the SDK installed:

After downloading the Surface 2 SDK double click the installer on the SDK to get the ball rolling.

SNAGHTML537a0db

SNAGHTML538447a

SNAGHTML538cf6a

Getting the Runtime installed:

Once that is complete then double click the installer for the Surface 2.0 Runtime.

SNAGHTML53acf89

SNAGHTML53b098c

SNAGHTML53b611e

A few things to note after installing it:

Hit your Start button and go to your programs and navigate to the Microsoft Surface 2.0 SDK. You will notice the normal “Getting Help” and “Release Notes” but it also contains Surface Samples and Tools.

image

Surface Samples

After clicking on that folder you will see a Surface Code Samples.zip file.

SNAGHTML15b4225

Go ahead and extract the zip file and you will notice the following sample project exist.

SNAGHTML15e92b4

Once loaded into Visual Studio 2010 you will see 14 projects exist inside of the solution.

image

Updated:

Leave a Comment