Skip to content

RecipientCollective/KinActor_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KINACTOR PROJECT

APPS

  • KinActor: get kinect signal with ofxKinect and ofxOpenCv
  • OniActor: get kinect Skeletons with ofxOpenNI and send with ofxOsc
  • OniTheatrePrototypes: receive OSC Skeletons in Unity3D and more ... (da qui facciamo un'app template per il workshop)

DIRS

  • bin: put here external binaries/apps for testing
  • doc: put here documentation
  • video: put here videos

INSTALLATION OSX

cd of_0071_osx_release
mkdir Code
cd Code
git clone https://github.com/RecipientCollective/KinActor_project.git
  • INSTALL REQUIRED ADDITIONAL ADDONS

take the "stable" version:

cd of_0071_osx_release/addons
tar xzvf ../Code/KinActor_project/libs/addons.freezed/ofxKinect.tar.gz .
tar xzvf ../Code/KinActor_project/libs/addons.freezed/ofxUI.tar.gz .
tar xzvf ../Code/KinActor_project/libs/addons.freezed/ofxOpenNI.tar.gz .

for unstable version:

cd of_0071_osx_release/addons
git clone https://github.com/ofTheo/ofxKinect
git clone https://github.com/rezaali/ofxUI
git clone https://github.com/gameoverhack/ofxOpenNI
  • BUILD IN XCODE 4

REQUIREMENTS

REPOSITORY STRUCTURE

  • BRANCHES

    • example_project --> test di ofxKinect and openCV

    • experimental --> experiments ...