No description
Find a file
2023-08-31 13:41:41 -04:00
.vscode add variable blocks for generators 2023-08-31 12:45:43 -04:00
src figure out generator block traversal 2023-08-31 13:41:41 -04:00
.gitattributes Initial commit 2023-08-31 09:02:19 -04:00
.gitignore Initial commit 2023-08-31 09:02:19 -04:00
.npmignore Initial commit 2023-08-31 09:02:19 -04:00
.tool-versions Initial commit 2023-08-31 09:02:19 -04:00
index.html default workspace blocks 2023-08-31 09:31:45 -04:00
package-lock.json Initial commit 2023-08-31 09:02:19 -04:00
package.json Initial commit 2023-08-31 09:02:19 -04:00
README.md Initial commit 2023-08-31 09:02:19 -04:00
vite.config.js default workspace blocks 2023-08-31 09:31:45 -04:00

Blockly Tooling

A custom Blockly app needs to:

  • define custom blocks
  • define toolboxes of common and custom blocks
  • define workspace settings, starting blocks, rules
  • define custom generators
  • install and configure Blockly plugins and extensions

This project tries to streamline all that into one place for dev and testing, with an import/export story to interop with tooling and production exports for embedding in other apps.