aeksco / lyrebird

:bird: Impersonate USB devices over Bluetooth LE
MIT License
9 stars 2 forks source link

Client framework & plugins #2

Closed aeksco closed 7 years ago

aeksco commented 8 years ago

Looks like we're going to be using the Cordova framework to power our cross-platform mobile application with a variety of plugins to facilitate Bluetooth Low Energy connectivity, multitouch, and haptic feedback. I'll update this issue once some of those decisions are finalized.

aeksco commented 8 years ago

Cordova: https://cordova.apache.org/ Bluetooth LE: https://github.com/don/cordova-plugin-ble-central Device Feedback: https://github.com/VVelda/device-feedback

aeksco commented 8 years ago

Ionic is also a viable option, though it does seem to be more opinionated

aeksco commented 7 years ago

At this juncture we're proceeding with Cordova for our first functional release. Going forward we may produce a native client or refactor our code around a different framework (PhoneGap, Ionic).

Closing this issue until we our grow our current implementation.