lemirep / QtLeapMotionLibrary

Qt LeapMotion library adding inputs and gestures to a Qt application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QtLeapMotionLibrary

Qt LeapMotion library adds inputs and gestures to a Qt application

In order to run the examples, you have to download the Leap SDK. Then in QtLeapMotion create a Leap directory in which you'll copy the following directories from the LeapSDK : include x64 -> if on 64 bits architecture x86 -> if on 32 bits architectue

Here what you should have on a Linux 64 bits machine :

QtLeapMotionLibrary/QtLeapMotion/Leap/include/Leap.h QtLeapMotionLibrary/QtLeapMotion/Leap/include/Leap.i QtLeapMotionLibrary/QtLeapMotion/Leap/include/LeapMath.h QtLeapMotionLibrary/QtLeapMotion/Leap/x64/libLeap.so

The SDK can be obtained here : https://www.leapmotion.com/developers (you have to sign up though)

Instructions :

  • You need to have Qt 5.* installed.
  • Open QtLeapMotionLibrary.pro in QtCreator.
  • In the project tab uncheck shadow build.
  • Build.

Enjoy !

Of course you're free to use the project any way you want under either the GPL 3.0 or LGPL 2.1 license which you'll find included with the sources.

About

Qt LeapMotion library adding inputs and gestures to a Qt application

License:GNU General Public License v3.0


Languages

Language:C++ 70.0%Language:Makefile 16.4%Language:IDL 5.4%Language:QML 4.8%Language:QMake 2.9%Language:C 0.5%