archetipo / leapmouse

simple program to use the mouse with Leapmotion in linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leap motion Mouse for Linux

LeapMouse is a simple program to use the mouse with Leapmotion in linux

How it use:
move a cursor with one finger
Left button of mouse:
move your finger to the screen, ie the z-axis, to generate the left button press go go back to generate left button release.
Right button of mouse:
with more than one finger, make a circular motion
Mouse wheel:
with more than one finger,make a vertical linear movement.

Global overview

  1. Reuired
  1. Clone project:

    * Clone this project in LeapSDK/sample folder
    
  2. Compile the project:

        cd leapmouse
    ./rebuild.sh
    
  3. start Applicatyion::

    ./LeapMouse

  4. Have Fun!

Troubleshooting

About

simple program to use the mouse with Leapmotion in linux


Languages

Language:C++ 100.0%Language:Shell 0.0%