mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
Scratch Blocks is a library for building creative computing interfaces.
* addAllUsedBlocks in exporter works when you hand set the instance variable. added click handler for export button (which got lost in refactor). saveStateFromWorkspace on tab switch fixed bug in deselect block in exporter; added warning alert for add all used blocks * nit line * not warning for standard block types |
||
---|---|---|
accessible | ||
appengine | ||
blocks | ||
core | ||
demos | ||
generators | ||
i18n | ||
media | ||
msg | ||
tests | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.jshintignore | ||
blockly_compressed.js | ||
blockly_uncompressed.js | ||
blocks_compressed.js | ||
build.py | ||
dart_compressed.js | ||
javascript_compressed.js | ||
LICENSE | ||
lua_compressed.js | ||
package.json | ||
php_compressed.js | ||
python_compressed.js | ||
README.md |
Blockly
Google's Blockly is a web-based, visual programming editor. Users can drag blocks together to build programs. All code is free and open source.
The project page is https://developers.google.com/blockly/