Skip to content

A minimal Leap Motion app for controlling PowerPoint on Mac

Notifications You must be signed in to change notification settings

ichenjia/LeapPoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeapPoint

A minimalist Leap Motion control app for controlling PowerPoint on Mac

This app recognizes two gestures:

  1. Swipe (must be at least 30 cm in length)
  2. Circle (must be 5mm in radius and reach a full circle)

Swipe right/left means previous/last page Circle clockwise/counter clockwise means go to end/beginning of the presentation

LeapListener class is a callback handler of Leap Motion frame events. When it detects a circle or swipe gesture, it simply calls Utilities to send keyboard events to the system (left/right arrow, home/end keys)

Utilities class contains two static function: 1) inteprete a variety of gesture 2) create keyboard events

About

A minimal Leap Motion app for controlling PowerPoint on Mac

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published