openleap / PyLeapMouse

A Leap Motion based mouse in Python
Other
171 stars 66 forks source link

Add Linux support #7

Closed pythonian4000 closed 11 years ago

pythonian4000 commented 11 years ago

These commits add generic Linux support. Thanks Òscar for the initial work!

I have tested this on Xubuntu 13.04 and palm mode is functional (though scrolling needs some refining). Finger mode does not work for me, but that is because controller.calibrated_screens.empty is always True (this might be a problem with the Linux SDK, or just my unfamiliarity with it).

wyager commented 11 years ago

I have not tested, but everything looks good from here. Merging. Thanks to Òscar and Jack.