logotype / MyoJS

Thalmic Labs Myo JavaScript Framework.
93 stars 18 forks source link

Differences between MyoJS and the official myo.js? #6

Closed crunchtime-ali closed 9 years ago

crunchtime-ali commented 9 years ago

I've just started coding an Electron-application and want to add myo-support to it. What are the differences between this package and the official myo.js bindings here: https://github.com/thalmiclabs/myo.js ?

logotype commented 9 years ago

Hi

Main differences are the way data is sent/received. The official library (myo.js) is sending individual events whereas MyoJS library is sending "frames" of data, which contains everything. MyoJS works the same as Leap Motion's API does.

I'd probably recommend using Myo's official library. It supports multiple Myo's, and is multi-platform.

BR, Victor

Sent from my iPhone

On 4 Aug, 2015, at 9:25 pm, Ali notifications@github.com wrote:

I've just started coding an Electron-application and want to add myo-support to it. What are the differences between this package and the official myo.js bindings here: https://github.com/thalmiclabs/myo.js ?

— Reply to this email directly or view it on GitHub.