mirobot / mirobot-ui

The web application that is used to control Mirobot (http://mirobot.io)
GNU General Public License v2.0
16 stars 14 forks source link

JavaScript expert mode #3

Open forresto opened 10 years ago

forresto commented 10 years ago

There could be another mode in the UI that allows people to script Mirobot with Javascript. One implementation of this concept is here: http://meemoo.org/blog/2013-02-11-live-code-editor-javascript-to-svg/ ... this one compiles to SVG, but similarly could compile to a list of commands to send to the bot.

A challenge will be highlighting the line of code that the bot is currently on.

bjpirt commented 10 years ago

This is on the list of things to do. It's always been a goal to be able to go into advanced mode and edit Javascript.