simpleKinect is an interface application for sending data from the Microsoft Kinect to any OSC-enabled application. The application attempts to improve upon similar software by offering more openni features and more user control.
The interface was built with Processing, utilizing the libraries: controlP5, oscP5, and simple-openni. Because I used open-source tools, and because the nature of the project is to stimulate creativity, simpleKinect is free to use.
In the off chance that you do not already have Kinect drivers installed, you will need to install them on your computer. The process, once lengthy, has been simplified into two steps. See below.
How to install:
The easiest method to install Kinect drivers is to follow the install directions on the simple-openni Processing library site. (Important! If you're running v.1.0.2 or lower, you do not need to install the actual SimpleOpenNI library nor Processing. You only need to install the Kinect drivers.)
https://code.google.com/p/simple-openni/wiki/Installation
For those running OSX 10.8.x, I found these instructions extremely helpful... http://decyborg.wordpress.com/2013/01/19/kinect-on-os-x-10-8-and-processing/
Once Kinect drivers have been downloaded and installed, and you're using simpleKinect v.1.0.2 and below you're done. Open up simpleKinect, and get to work! Otherwise, if you're running simpleKinect from Processing, see the next step.
If you're running simpleKinect from Processing (simpleKinect v.1.1. and higher), you'll need to install Processing and its libraries. In the off chance that you do not already have Processing installed, you will need to install them on your computer.
How to install:
Visit jpbellona.com for simpleKinect's FAQ page.
All files are covered under the GPL v3 license.
simpleKinect, Copyright (C) 2013 Jon Bellona <http://jpbellona.com/>
Released under the GNU General Public License, Version 3.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.gnu.org/licenses/gpl.html
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.