All posts tagged Kinect

Kinect-Multitouch-MissionMode-Event Loop

Grasshopper Canvas with Kinect Interaction: Part 3

This post – part of a series of 3 posts on the Kinect Multitouch Interaction – is a detailed technical walkthrough of the code we implemented to support touch from depth. The downloadable code that this post refers to is in Part 2 in the series. This post is meant to serve as a foundational primer for the major modules of the code that build up the touch-from-depth interaction.

Grasshopper-Kinect-Touch-Gestures1

Grasshopper Canvas with Kinect Interaction: Part 2

Over the past year, we’ve made the Microsoft Kinect sense touch – and in turn, gestures – which we then used to control the Grasshopper canvas via keyboard and mouse events. We’ve had a lot of fun building Kinect Multitouch Interactions but – being an architecture firm – we can only spend so much time developing the code. We think we’ve created a solid foundation and would like to share with the broader community to use, modify, and extend. Obviously, Grasshopper is only one possible application and we’d love to see what others could do. In the spirit of openness, we’re providing the complete source.

grasshopperkinect

Grasshopper Canvas with Kinect Interaction: Part 1

In a previous post, we elaborated on how more real estate for the Grasshopper Canvas can be beneficial and usable with Wiimote interaction. Since then, we have been toying around …