forked from scratchfoundation/scratch-blocks
-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
Description:
ScratchBlocks makes it as easy to write blocks as it is to talk. However, Blockly relies on XML. In Blockly, we can:
Convert XML into blocks in the workspace
Generate XML from blocks in the workspace
If we could also convert ScratchBlocks into XML, then we would be able to write real Scratch programs directly in text.
Use case / Motivation:
This would allow developers and educators to quickly prototype Scratch programs in a text form and then run them in a Scratch-compatible environment.
Expected behavior:
Input: ScratchBlocks text
Output: Equivalent XML representation
Result: The XML can be imported into the workspace as runnable Scratch code
Metadata
Metadata
Assignees
Labels
No labels