This is how you run the MSAFluid processing demo using the TUIO Kinect mouse driver:

 

1) Install the Mac TUIO application:

http://code.google.com/p/tuiokinect/

TuioKinect-0.1-mac.zip

 

(If necessary install Processing from http://processing.org/download/)

 

2) Copy the MSAFluid and the TUIO libraries into a folder located below called "libraries"

 

http://memo.tv/files/memotv/MSAFluid.zip

http://prdownloads.sourceforge.net/reactivision/TUIO_Processing-1.4.zip?download

 

http://www.vladcazan.com/kinect-hacking/tuiokinect-tracking

 

3) To run it: start the Mac app TuioKinect

 

4) Go to 

/Users/YourUserName/Documents/Processing/libraries/MSAFluid/examples/MSAFluidTuioDemo

and double click the MSAFluidTuioDemo.pde

which will open it in Processing.

 

5) Press "Play/Run" in Processing

 

6) Set the thresholds using +/- and </>.

 

7) You're ready to GO!!!!!  

 

Install the libraries here:

 

Let's say you downloaded a library with name theLibrary. Then the folder structure of this library inside the libraries folder should look like the one below. The top folder of a library must have the same name as the .jar file located inside a library's library folder (minus the .jar extension):

     Documents

           Processing

                 your sketch folders

                 "libraries"

                       theLibrary

                             examples

                             library

                                   theLibrary.jar

                             reference

                             src