/MyoJNI

Java Native Interface (JNI) binding for the Myo SDK

Primary LanguageC++Apache License 2.0Apache-2.0

MyoJNI

Java Native Interface (JNI) bindings for the Myo SDK

Setup

  1. Download the Myo SDK for either Windows, Mac OS X, or Linux. (only bolded platforms have been implemented in this binding)
  2. Create an enviroment variable MYOSDK that points to the local copy of the SDK
  • For Mac OS X, this should point to the myo.framework directory inside the SDK

Build the Source

  1. Run mvn package to build the Java (.jar) and Native (.nar) artifacts.