blockpy-edu / blockpy

Blockly that's more Python than JavaScript, powered with Skulpt
Apache License 2.0
398 stars 133 forks source link

Similar project - Droplet #21

Closed dz0 closed 5 years ago

dz0 commented 8 years ago

There is a tool, called Droplet (https://github.com/droplet-editor/droplet), which is used by http://pencilcode.net and https://code.org/educate/applab It implements issue request for JS and CofeeScript, and possibly Py(https://github.com/droplet-editor/droplet/blob/master/src/languages/python.coffee) .

Explanation, how it works http://ideas.pencilcode.net/home/htmlcss/droplet-paper.pdf

Seems a more lightweight approach than blockly...

acbart commented 8 years ago

Follow-up discussion at: https://groups.google.com/d/msg/blockpy/P0Ar2zPrWAg/yX7yFrAUAwAJ

acbart commented 5 years ago

Our new BlockMirror component (https://github.com/blockpy-edu/BlockMirror) puts us firmly in the Blockly camp. I don't know what happened to Droplet, but it doesn't seem like it's been pushed further ahead.