This is block programing example for p5.js based on Blockly
- Exchange mouseX and mouseY.
- Move background color from draw to setup.
- Replace ellipse to rect.
- Edit blocks and click Run button.
- Cut:CTRL+x, Copy:CTRL+c, Paste:CTRL+v.
- Undo: CTRL+z.
- ES2015 later(ES Modules and Class)
- Use Blockly Developer Tools.
- Save block files in p5/blocks and p5/blocks_code.
- Marge block files to p5_block.js and p5_code.js.
Please see Blockly custom blocks.
Released under the MIT License. Please see LICENSE.
All Components have their own license.