Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 641 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 641 Bytes

Turing Fluid

OSX version of Turing Fluid demo: http://cake23.de/turing-fluid.html

Install libusb

brew install libusb --universal

Install OpenNI

git clone https://github.com/OpenNI/OpenNI.git
git checkout unstable
cd Platform/Linux/CreateRedist
./RedistMaker

cd Platform/Linux/Redist/OpenNI-Bin-Dev-MacOSX-v1.5.2.23
sudo ./install.sh

sudo ln -s /usr/lib/libOpenNI.dylib /Applications/Xcode.app/Contents//Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/usr/lib/

Enable Kinect

Set #define IsOpenNIEnabled (YES) in TFGLView.m.