ofxLeapMotion icon indicating copy to clipboard operation
ofxLeapMotion copied to clipboard

A wrapper for the Leap SDK ( 0.8.1 and up ) - compatible with Leap 1.0 Release

Results 5 ofxLeapMotion issues
Sort by recently updated
recently updated
newest added

Hello, Thank you for your thorough work on ofxLeapMotion addon. Not sure what is wrong on linux under your config, we needed this beautiful controller working under unix, this works:...

** replace main.cpp codes with the following content; ``` #include "ofMain.h" #include "testApp.h" int main( ){ ofGLFWWindowSettings s; s.setSize(1024, 768); //s.setGLVersion(2, 1); ofCreateWindow(s); ofRunApp( new testApp()); } ``` ** replace...

I'm running ofxLeapMotion on openframeworks 0.8.0 with leap motion software version 1.1.3. When I run the visual studio 2012 example project, I get the following error. Any idea why this...

I am struggling on adding ofxLeapMotion on my project. Already changed the .qbs file. of.addons: [ 'ofxOsc','ofxLeapMotion' ] The folder is on the addons. I try to build and it...

SDK version in this project is 2.0.3. Current SDK version is 2.2.4. I can probably update it to 2.2.2 (at least for linux64) and make a pull request in a...