@johnnycubides/micropython-esp32-blockly-catalejo
v0.4.0
Published
--- lang: en ---
Readme
lang: en
Micropython esp32 blockly catalejo
This repository contents the function of Blockly for micropython esp32. It is used in catalejo-editor
How make toolbox
cd ./src/toolbox/
make allHow create blocks with blockly factory
Is necessary initialize "catalejo-blockly". Clone repository in your local filesystem from "[email protected]:catalejo-team/catalejo-dev/catalejo-blockly.git" and execute:
./goThe command above shows the actions for install and build blockly and blockly-factory. When you finished then start blockly factory, example:
cd test-html/
./init.bashEdit from blockly-factory and save your changes in .xml file.
Regards
Johnny
