Using the Coding4Fun toolkit
The Kinect Coding4Fun toolkit provides a set of extension methods and samples that helps the developer develop applications much faster and in an easier way. You can download the Kinect Coding4Fun toolkit from http://c4fkinect.codeplex.com/. This toolkit provides both the WPF and WinFrom versions.
Installing the Coding4Fun Kinect toolkit
Using the Coding4Fun toolkit for Kinect is pretty easy and straightforward. There are two ways that you can start with the Coding4Fun toolkit.
Using assembly
First, download the toolkit and add Coding4Fun.Kinect.Wpf.dll
or Coding4Fun.Kinect.Winfrom.dll
as a reference assembly for your application.
Using the NuGet package
On the other hand, you can install it as a NuGet package, which is already published at the following location:
http://www.nuget.org/packages/Coding4Fun.Kinect.Wpf
Follow these steps to install it as a NuGet package:
Start a new project or open an existing project where you want to use the Coding4Fun toolkit.
Navigate...