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.
* Some options stuff changed * Finished changes to options, including moving readonly to toop, fixing zoom errors, indenting suboptions, generating an options string, getting category options automatically, and making max blocks clearer, and having number inputs * Added null check and nit line length |
||
---|---|---|
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/