Skip to content

Releases: nok/leap-motion-processing

Leap Motion Software 2.3.1+31549

08 Jul 12:05
@nok nok

Choose a tag to compare

v2.3.1.4

  • Fix some small bugs
  • Improve description

Note: Fixed the relevant bug fix from release 2.3.1.3, so I deleted it.

Leap Motion Software 2.3.1+31549

04 Mar 12:39
@nok nok

Choose a tag to compare

v2.3.1.2

  • Add support for Processing 3.0.X
  • Add support for SDK 2.3.1+31549
  • Improve examples (draw() methods)

Leap Motion Software 2.2.5+26752

20 Apr 20:47
@nok nok

Choose a tag to compare

v2.2.5.1

  • Add support for SDK 2.2.5+26752
    • Update libraries

Leap Motion Software 2.2.4+26750

06 Apr 13:36
@nok nok

Choose a tag to compare

v2.2.4.1

  • Add support for SDK 2.2.4+26750
    • Update libraries

Leap Motion Software 2.2.3+25971

06 Apr 12:43
@nok nok

Choose a tag to compare

v2.2.3.1

  • Add support for SDK 2.2.3+25971
    • Update libraries

Leap Motion Software 2.2.1+24116

06 Jan 00:28
@nok nok

Choose a tag to compare

v2.2.1.1

  • Add support for SDK 2.2.1+24116
    • Updated libraries
  • Change public methods:
    • Class LeapMotion
      • ArrayList<Finger> getOutstretchedFingers()
    • Class Hand
      • ArrayList<Finger> getOutstretchedFingers()
  • Add public methods:
    • Class LeapMotion
      • ArrayList<Finger> getOutstretchedFingersByAngle()
      • ArrayList<Finger> getOutstretchedFingersByAngle(int similarity) [0-100]
    • Class Hand
      • ArrayList<Finger> getOutstretchedFingersByAngle()
      • ArrayList<Finger> getOutstretchedFingersByAngle(int similarity) [0-100]

Leap Motion Software 2.2.0+23475

20 Nov 20:12
@nok nok

Choose a tag to compare

v2.2.0

  • Add support for SDK 2.2.0+23475
    • Update libraries

Leap Motion Software 2.1.6+23110

08 Nov 00:33
@nok nok

Choose a tag to compare

v2.1.6

  • Add support for SDK 2.1.6+23110
  • Add public methods:
    • Class LeapMotion
      • LeapMotion withBackgroundFrames()
      • LeapMotion withoutBackgroundFrames()
      • LeapMotion withCameraImages()
      • LeapMotion withoutCameraImages()
      • LeapMotion withOptimizedHdm()
      • LeapMotion withoutOptimizedHdm()
      • void printPolicyFlags()
  • Add public methods:
    • Class LeapMotion
      • LeapMotion allowRunInBackground()
  • Clean up

Leap Motion Software 2.1.5+22699

24 Oct 14:04
@nok nok

Choose a tag to compare

v2.1.5.1

  • Add Image API
  • Add new class:
    • Class Image
  • Add public methods:
    • Class LeapMotion
      • LeapMotion withCameraImages()
      • boolean hasImages()
      • ArrayList<Image> getImages()
      • LeapMotion withOptimizedHdm()
    • Class Image
      • boolean isValid()
      • int getId()
      • int getWidth()
      • int getHeight()
      • boolean isLeft()
      • boolean isRight()
  • Add new example e3_camera_images.pde, which demonstrates the use of the Image API

v2.1.5

  • Add support for SDK 2.1.5+22699
    • Update libraries
  • Add public methods:
    • Class Arm
      • PVector getPosition()
      • PVector getRawPosition()
    • Class LeapMotion
      • LeapMotion allowRunInBackground()LeapMotion runInBackground()
  • Add public methods:
    • Class LeapMotion
      • Add deprecation message to LeapMotion runInBackground()

Leap Motion Software 2.0.4+17546 BETA

24 Jul 13:28
@nok nok

Choose a tag to compare

Pre-release

v2.0.4.1 BETA

  • Added public methods:
    • Class LeapMotion
      • ArrayList<Finger> getOutstrechtedFingers() (default: 75%)*
      • ArrayList<Finger> getOutstrechtedFingers(int similarity)*
    • Class Hand
      • ArrayList<Finger> getOutstrechtedFingers() (default: 75%)*
      • ArrayList<Finger> getOutstrechtedFingers(int similarity)*

"*" = custom