ofTheo / ofxLeapMotion

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

proper addon

ofZach opened this issue · comments

can you package this as an addon (ie, not a project) :)

oh sure - it a little wip but I'll update it tomorrow.
T

Also you should note that you need to drag the libLeap.dylib into the Copy Files part of the Build Phase as well as mark it to copy into the Executables (on OSX with XCode) I hit that snag after running the PG on the project.

yeah - thats one of the reasons I did it as a project.
I dont think the PG currently knows how to add dylibs in properly.

hey theo, any chance you're still working on this? will try danthemellowman's tip.

Hey Jason this need lots of love as leap is pushing new stuff every two
weeks or so. Like they introduced lots of new calls between 0.7.0 and 0.7.4
On Mar 14, 2013 8:35 PM, "Jason Walters" notifications@github.com wrote:

hey theo, any chance you're still working on this? will try
danthemellowman's tip.


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-14937949
.

Thanks Dan! I'm going to look into upgrading this... or at least resolve the crash on exit error. Looks like the Cinder add-on solved this so I'm going to review their code for guidance.

You should also add the new library. This one is old.
On Mar 15, 2013 9:52 AM, "Jason Walters" notifications@github.com wrote:

Thanks Dan! I'm going to look into upgrading this... or at least resolve
the crash on exit error. Looks like the Cinder add-on solved this so I'm
going to review their code for guidance.


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-14961574
.

Yeah I'm using the latest now.

be great to have this formatted as a proper addon. currently on ofxAddons.com it's the only repo with 50+ stars and 'no examples' ;)

okay - will do this in a few hours.
thanks for the reminder :)

i will add a gesture demo once thats done. :)

Sent from my iPhone

On Aug 13, 2013, at 7:28 AM, Theodore Watson notifications@github.com wrote:

okay - will do this in a few hours.
thanks for the reminder :)

Reply to this email directly or view it on GitHub.

okay ofxLeapMotion has been updated to a proper addon.
including the ofxaddons_thumbnail.png

also checked with 0.8.1 SDK and Leap 1.0.3 app ( beta.leapmotion.com )

@jasonrwalters - its ready and all yours!