How to!

This is what we have so far:

Mac OS X:

  1. Install Conda
  2. Download this file and keep it in your Downloads directory (if you move it make sure you change the path in the build.sh file)
  3. In terminal cd into your Downloads directory
  4. Type in the command conda build python-leap-ctypes-quick-conda
  5. Test it out by using the test.py file in python-leap-ctypes-quick-conda/cleap/test
  6. You can now use the Leap Motion with Python 3.3 and 3.4!

Linux:

  1. Install Conda
  2. Download this file and extract it to your home directory.
  3. In terminal cd into leapmotion-blender-master
  4. Type in the command conda build leapmotion-blender
  5. Test it out with this file in Blender 2.69
  6. You can now use the Leap Motion with Blender 2.69!

Windows:

  1. Install Conda
  2. Download this file and keep it in your Downloads directory (if you move it make sure you change the path in the build.sh file)
  3. In the command prompt cd into your Downloads directory
  4. Type in the command conda build python-leap-ctypes-quick-conda
  5. Build the output ctypes .sln file with Visual Studio 11 (2012)
  6. This is where we got stuck. Windows requires the use of Visual Studio since the .dll shipped from Leap was built with it. We have yet to resolve the invalid application error.
This entry was posted in Closure, DOCUMENTATION, Instructions. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *