Examples / Wrappers Archive


Examples (264) skeletal (255) Unity (202) JavaScript (167) VR (146) Oculus Rift (123) 3D Jam 2015 (87) Demos & Experiments (55) games (54) jsgallery (47) Desktop (43) c# (37) three.js (36) v2 (33) development (31) C++ (29) Orion (22) wrapper (22) framework (21) plugin (21) Image Hand (19) emulation (18) HTC Vive (18) Java (18) Unreal (17) audio (16) demo (16) productivity (15) gestures (14) Python (14) gallery (14) webgl (12) Objective-C (11) Processing (10) music (10) tools (9) visualization (9) cameracontrol (8) featured (7) science (7) mouse (7) midi (6) interaction (6) Unity Assets and Modules (6) Vuo.org (6) actionscript (5) osc (5) Pinch (5) flash (5) ruby (4) graphics (4) Social VR (4) websocket (4) canvas (4) Physi.js (3) LeapMotionP5 (3) chrome (3) jruby (3) c (3) Steam (2) box2d (2) Reveal.js (2) unity (2) browser (2) raspberry pi (2) jquery (2) Cylon.js (2) air (2) max (2) udk (2) Scratch (2) wpf (2) Image API (2) installation (1) matlab (1) python3 (1) ShiVa (1) gui (1) GM Motion, GameMaker Extension (1) digital musical instrument (1) FaceRig (1) website (1) linux (1)

14 Libraries matching “gestures”

Gestureworks Core SDK with Integrated Leap Motion Support

amazing applications in C++, C#.NET, Java and Python. Core is the fastest and most advanced HCI framework ever built. It has a library of over 300 gestures, support for Windows 7 + 8 and TUIO multitouch events and works with the Leap Motion controller.
gestures framework

Leap Motion Gesture Video Control

A basic video control using gestures in Leap Motion
gestures Examples

WindowFlinger

This allows you to interact with your desktop with the Leap Motion Controller.
mouse gestures Examples productivity

Leap Motion Memory Game

This is a 2D memory game for the Leap Motion Controller where circle gestures and swipe gestures are used to interact with the application.
Java gestures Examples games

How to Create an ActiveX .ocx Control

will enable the Leap Motion Controller to be used in VB and other windows applications. Thus, you could control spreadsheets, documents, etc. using gestures.
demo gestures Examples

LeapTrainer.js

Leap Trainer is a gesture and pose learning and recognition framework for the Leap Motion
JavaScript gestures tools
2a31ca31-5317-42d1-8c76-fec5d0fa94e7

LeapJS gesture events

An example on how to read gestures in LeapJS
JavaScript gestures jsgallery

Windows Navigation & Control

This is a layering app which sits in the background and lets you use gestures to access the different sections of Windows. This project depends only on the Leap SDK and C++ standard libraries (Windows).
C++ gestures Examples productivity

Polevault - A JavaScript API for Gesture Events

A JavaScript API that monitors gestures from a Leap Motion Controller and then can trigger events when recognized gestures are used.
JavaScript gestures Examples productivity

Determine the Fingers on the Leap Motion

used to assign fingers (e.g. left pinkie, right index) when all 10 fingers are placed above a Leap Motion Controller. These can then be used with gestures.
demo gestures Examples

Javascript Demo of D3.js Particles and Gestures

A repository of demos for the Leap Motion Controller based on particles, a demo from D3.js. Another demo is an attempt to recognize gestures from the Leap Motion Controller using the library of $1 unistroke recognizer from Washington University.
JavaScript gestures Examples visualization

Leap Motion for Processing

Leap Motion library for Processing including gesture support
Java gestures Processing Examples productivity

OSX Gesture Controller

A simple OSX application that lets you do basic tasks such as switching spaces, opening mission control and expose using the Leap Motion Controller.
Objective-C gestures Examples productivity

Leap Motion - Unity 3D Pattern Recognition

A simple unity example showing how to detect gesture patterns by straightening the point collection from the leap frames, using the Ramer-Douglas-Peucker algorithm, and then comparing the sharp turns made during the gesture.
c# Unity demo gestures Examples