https://github.com/leapmotion/cpp
https://github.com/leapmotion/cpp
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/leapmotion/cpp
- Owner: leapmotion
- Created: 2014-03-20T03:08:26.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-28T21:41:35.000Z (about 12 years ago)
- Last Synced: 2025-01-17T10:12:40.463Z (over 1 year ago)
- Language: C++
- Size: 10.9 MB
- Stars: 2
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Leap Motion Example CPP Repository
================================================================================
The LeapMotion-Examples cpp repository contains example code for the Leap API built on the JUCE cross-platform
application framework (http://www.juce.com).
The example applications contain source code and project files and are provided to illustrate some of the creative possibilities
of the Leap Motion controller.
* These examples require use of Leap Service/Daemon 2.X and LeapSDK version 2.X *
Folder contents:
Example programs with source code:
FingerVisualizer
To compile the example programs, the LeapSDK folder must be in the same
directory as the cpp repository folder. The example projects are set up to
look for the header files and libraries in this location. If you move an
example project or the SDK relative to each other, you must update the include
path for the project.
Before running an example or demo program, make sure you are running a version
of the Leap service/daemon compatible with this version of the SDK. You can check
the version number via the Leap Control Panel settings dialog on the about tab.
--------------------------------------------------------------------------------
Copyright � 2012-2014 Leap Motion, Inc. All rights reserved.
Leap Motion proprietary and confidential. Not for distribution. Use subject to
the terms of the Leap Motion SDK Agreement available at
https://developer.leapmotion.com/sdk_agreement, or another agreement between
Leap Motion and you, your company or other organization.