kristosb / WebJoystick

WebBluetooth joystick for use with BolidJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebJoystick

WebBluetooth joystick for use with BolidJS

Test it here: WebJoystick.

setting up development environment

$ npm init $ npm i serve $ node_modules/serve/bin/serve.js

Debugging in chrome:

  • make sure vs code has the extension installed "Debugger for Chrome"
  • (macos) In a terminal, execute: $ /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --remote-debugging-port=9222
  • optionally Chrome canary: $ /Applications/Google\ Chrome\ Canary.app/Contents/MacOS/Google\ Chrome\ Canary --remote-debugging-port=9222

-For TCP ports on hostname "localhost": $ serve -l 1234

About

WebBluetooth joystick for use with BolidJS

License:MIT License


Languages

Language:JavaScript 85.5%Language:HTML 9.7%Language:CSS 4.8%