Skip to content

Releases: Komposten/LeapJna

1.2.0

20 Aug 14:08
f2297a9
Compare
Choose a tag to compare

API changes

  • Update to Gemini SDK 5.6.1
    • Add new functionality from the releases since 5.0.0-preview+52386
    • Deprecate point mappings, telemetry and head pose interpolations

1.1.0

04 Apr 21:52
a6d6fa6
Compare
Choose a tag to compare

API changes

  • Update to Gemini SDK 5.0.0-preview+52386.

1.0.2

05 Jul 15:14
Compare
Choose a tag to compare

Fixes

  • Removed komposten.leapjna.example from the official javadocs.
  • Added documentation for all packages and classes.

1.0.1

04 Jul 16:45
Compare
Choose a tag to compare

Fixes

  • LEAP_TRACKING_EVENT now calculates LEAP_HAND's native size dynamically instead of relying on a constant.
  • Fixed Euler calculations in LEAP_QUATERNION and added unit tests for them.

Other

  • Moved the 2D visualiser application into an example package and re-wrote most of the code.

1.0.0+1

15 Jun 11:38
Compare
Choose a tag to compare
Test release scripts

1.0.0

15 Jun 00:02
Compare
Choose a tag to compare

Initial release with bindings for all functionality in the Orion SDK v4.0.0+52173.

API changes

  • Bindings for all functionality in the Orion SDK v4.0.0+52173.

Other

  • Added a simple graphical program for testing hand tracking and image reading (with extremely messy code; please don't look at it).