arthursw / tipibot-controller-gui

Controller for the Tipibot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tipibot controller GUI

Controller for the Tipibot

Set Arduino Create Agent

OS X

Change settings in ArduinoCreateAgent.app/Contents/MacOS to add allowed origins :

Todo

  • refactor Plot (SVG plot is not relevant)
  • Polargraph sends penUp() every 30 secs of inactivity to keep the tipibot awake, add this in settings?

Compile and use

  • npm install
  • then npm start will not start immediately since custom paper types must be installed
  • copy the custom paper types from libs/paper-types.index.d.ts to node_modules/@types/paper/index.d.ts:
    • cp libs/paper-types.index.d.ts "node_modules/@types/paper/index.d.ts"

About

Controller for the Tipibot

License:MIT License


Languages

Language:JavaScript 80.9%Language:TypeScript 17.3%Language:HTML 1.1%Language:CSS 0.6%Language:Shell 0.1%