This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.

Hi,
I'd like to create a java api on windows 10 using the leap motion.
I've downloaded latest orion sdk (LeapDeveloperKit_4.1.0+52211_win)
But there's only the C library, nothing for other language...
Where can I find the java library?
regards

  • created

    Feb '21
  • last reply

    Feb '21
  • 1

    reply

  • 2.7k

    views

  • 2

    users

  • 4

    links

In our V4 SDK the legacy APIs were deprecated in favour of our C-style LeapC API which is closer to the metal, the documentation for LeapC can be found here9. As part of the V4 release we also shared our wrapper for the legacy language bindings, which makes it easy to integrate legacy-reliant applications with LeapC.

You can find the binding tool here: https://github.com/leapmotion/LeapCxx39

Alternatively, these legacy APIs are still included (although deprecated) in our older V3 Orion release which can be downloaded from our developer site here15 with documentation available here7.