Skip to content

Developing both a proof of concept and physical prototype utilizing virtual/augmented reality technologies combined with different manufacturing techniques such as 3D printing, CNC routing, etc. to create a 3D portable environment for practice or training purposes.

Notifications You must be signed in to change notification settings

shresthayaman/TheRodmanTouch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Leap Motion SDK
================================================================================

Package contents:

    * Client software installer -- Installs the Leap Motion drivers and 
                                   service/daemon software.
                                   
    * Leap Motion SDK           -- Contains the header files and code libraries 
                                   for creating native Leap Motion-enabled 
                                   applications. Also contains documentation
                                   and simple sample applications.

    Note: each SDK package only includes the files for the OS version that you 
    downloaded. If you need files for a different operating system, 
    download the appropriate Leap Motion SDK package.
 
Installation:

    1. Install the client software.

       * On Windows: run Leap_Motion_Installer_version.exe

       * On Mac OS X
         1. Open Leap_Motion_Installer_version.dmg
         2. Run Leap Motion.pkg

       * On Linux (Ubuntu):
         * For 32-bit systems, run: sudo dpkg --install Leap-version-x86.deb
         * For 64-bit systems, run: sudo dpkg --install Leap-version-x64.deb
     
       (where version is a string of characters indicating the Leap Motion 
       release version.)

    2. Copy the LeapSDK folder to a suitable location on your computer.

Resources:

     * The Leap Motion Developer Portal (https://developer.leapmotion.com) 
       provides examples, community forums, Leap Motion news, and documentation
       to help you to learn how to develop applications using the Leap Motion
       SDK.

--------------------------------------------------------------------------------
Copyright © 2012-2014 Leap Motion, Inc. All rights reserved.

Use subject to the terms of the Leap Motion SDK Agreement available at
https://developer.leapmotion.com/sdk_agreement.

About

Developing both a proof of concept and physical prototype utilizing virtual/augmented reality technologies combined with different manufacturing techniques such as 3D printing, CNC routing, etc. to create a 3D portable environment for practice or training purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 95.3%
  • JavaScript 1.6%
  • C++ 1.3%
  • Objective-C 0.7%
  • CSS 0.4%
  • Python 0.4%
  • Other 0.3%