qwzybug / Cinder-Kinect

Kinect support for Cinder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use the Kinect as a patch in your Quartz Composer compositions

Some demo videos:

Installation

  1. Download the kinectComposer.plugin from the Downloads section.

  2. Make sure you put Quartz Composer into 32-bit mode: Get Info on Quartz Composer.app in the Finder, and tick "Open in 32-bit mode". (Super sorry about that.)

  3. Drag out a Kinect patch from your Patch Library and go to town.

PLEASE NOTE

Most everything is broken. Sorry!

Building

  1. Get Cinder: https://github.com/cinder/Cinder

  2. Clone this repository into Cinder/samples

     cd Cinder/samples
     git clone git@github.com:qwzybug/Cinder-Kinect.git
    
  3. Install boost:

     brew install boost
    
  4. Open Cinder/xcode/Cinder.xcodeproj

  5. Pick "cinder > My Mac 32 bit" from the Target menu.

  6. Build Cinder.

  7. Open Cinder/samples/Cinder-Kinect/samples/kinectComposer/kinectComposer.xcodeproj

  8. Pick the "Build & Copy > My Mac 32-bit" target and build.

This will build and install the kinectComposer.plugin to ~/Library/Graphics/Quartz Composer Plug-Ins.

About

Kinect support for Cinder


Languages

Language:C 62.5%Language:C++ 29.7%Language:Objective-C 7.8%