Recent Posts

OPENFRAMEWORKS + KINECT 4 WINDOWS V2 (II)

3 minute read

In my previous post I showed how to get an environment set up with Openframeworks and Kinect V2.0 for Windows Store. I’d like to elaborate on that a little...

Kinect 4 Windows V2 – Unity3D 5

less than 1 minute read

With the recent announcements at GDC2015 from Unity about their new licensing model I thought I would update my Kinect and Unity3d post as now a pro Unity li...

Intro to Git in Visual Studio

less than 1 minute read

I started with Git about three years ago and have used it on and off ever since and it has slowly become my version management system of choice. It can be fr...

Windows Store Apps Icon Generator

1 minute read

Originally I developed this icon tool to help people to quickly build windows store and windows phone apps using the Web Application Template which is a to...

Kinect 4 Windows V2 - in the browser

1 minute read

For the older Kinect v1.0 there was a sample included with the Kinect SDK which provided browser compatibility. The general idea is that the Kinect SDK can b...

Visual Studio 2015 Preview – Mobile C++

9 minute read

C++ has long been a great option for cross-platform mobile development particularly in the cases where you might have an existing C++ codebase or you have ce...

Azure Website in 2 mins

less than 1 minute read

Love that you can create a hosted website from the command line with a few simple commands: azure site create --git fromCmdLine copy con index.html <!D...