Skip to content

Just a bunch of kids trying to get LeapMotion SDK working with python3+ on Mac

Notifications You must be signed in to change notification settings

Carotti/LeapPythonMac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python3+ Leap Motion SDK on Mac

Requirements (install with brew):

  • C++ compiler (tested with clang 4.2.1)
  • swig

Clone this repo and download the latest version of the Leap Motion SDK into it.

Then just run, replacing <python> with whichever version of python you want to make bindings for (tested with python3.6)

make all PYTHON=<python>

And making sure your Leap Motion is plugged in, you should be able to run the sample program

<python> Sample.py

If you want to start again or use a different python version, just run

make clean

About

Just a bunch of kids trying to get LeapMotion SDK working with python3+ on Mac

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published