VisualizationLiteracyPlayground / visualization-literacy-playkit

A platform that provides educational materials to improve the visualization literacy of children.
https://visualizationliteracyplayground.github.io/visualization-literacy-playkit/
MIT License
0 stars 0 forks source link

VizBlocks: MVP of Scratch Extension block #2

Closed tanhengyeow closed 4 years ago

tanhengyeow commented 4 years ago

image

The goal is to produce a MVP of a Scratch extension block that is able to draw something in the Renderer section (shown in the diagram above).

This would form the basis of drawing charts/graphs in Scratch using our custom blocks.

tanhengyeow commented 4 years ago

Resolved. Refer to:

  1. VisualizationLiteracyPlayground/scratch-gui#1
  2. VisualizationLiteracyPlayground/scratch-vm#1

The MVP extension is registered in the extension manager. It contains 1 block (Draw x-axis) that is able to draw a line in the Renderer section.

image

Test out the latest changes here.