A Blockly editor Chrome App for controlling Lego WeDo devices. It should support up to 13 WeDo devices.
This is produced in conjunction with Revolution Education and uses code originally written for two of their products, the S2Bot 4 Scratch Chrome App, and the PICAXE Blockly Chrome App
After cloning this repo, go to your Extensions settings page, make sure the Developer Mode checkbox is selected, and then click the "Load unpacked extension..." button, selecting the app/ folder in the repo, containing the manifest.json file
This project uses gulp for various build tasks. After the usual install of node, npm and gulp, run npm install
to install dependencies.
The CSS is generated from SASS files in /src/sass. After making changes to the SASS files, run gulp sass
to export the CSS into the /app/css folder. Or run gulp sass:watch
to run a watch process that will monitor changes to the SASS and automatically export the CSS.
Run gulp
to package up the app. This will export the CSS, bundle up the Javascript using r.js and create a ZIP file in /release ready for deployment to the Chrome App store.
Bug reports, feature requests, and pull requests are all very welcome.
This app uses the following open source projects