MyoJNI
Java Native Interface (JNI) bindings for the Myo SDK
Setup
- Download the Myo SDK for either Windows, Mac OS X, or Linux. (only bolded platforms have been implemented in this binding)
- 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
- Run
mvn package
to build the Java (.jar) and Native (.nar) artifacts.