# QtLeapMotionLibrary **Repository Path**: npc1993/QtLeapMotionLibrary ## Basic Information - **Project Name**: QtLeapMotionLibrary - **Description**: Qt LeapMotion library adding inputs and gestures to a Qt application - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-21 - **Last Updated**: 2024-06-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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.