Skip to content

This is the repository for my Leap Motion Particle System

License

Notifications You must be signed in to change notification settings

Joachim-oYo/Leap-Particle-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leap Motion Particle System

This is a particle system driven by a leap motion. Moving your hand around pushes particles around on screen, and closing your hand into a fist makes the particles attract toward it.

In order to get this running, you'll need a leap motion sensor, the leap motion 2.3 sdk, and the ofxLeapMotion2 addon.

To get the ofxLeapMotion2 addon working properly, you need to add the following run script build phase:

cp -f ../../../addons/ofxLeapMotion2/libs/lib/osx/libLeap.dylib "$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/MacOS/libLeap.dylib"; install_name_tool -change ./libLeap.dylib @executable_path/libLeap.dylib "$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/MacOS/$PRODUCT_NAME";

About

This is the repository for my Leap Motion Particle System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages