Mobsya / blockly

The web-based visual programming editor.
https://developers.google.com/blockly/
Apache License 2.0
1 stars 9 forks source link

Add Thymio Blockly interface #1

Closed FabianHahn closed 8 years ago

FabianHahn commented 8 years ago

This PR adds blocks to control the Thymio robot. It also provides an AESL code generator that converts visual programs using these blocks to the Aseba language. Further, it replaces the default Blockly playground with an example playground using these blocks, and additionally provides a special client for direct integration into asebastudio.

Note that none of the Blockly code is touched, so it should be possible to continue merging code changes from google/blockly.