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.
* Add and render opacity of blocks * Add insertion marker colour and opacity * Add goog.require for Colours in block.js * Add color of text field during editing * Add colour overriding upon injection * Add colours to CSS at run-time injection * Expand colour variables to include toolbox, flyout, scrollbars * Example of dark mode in horizontal_playground * Fix loop style for colours |
||
---|---|---|
appengine | ||
blocks | ||
blocks_horizontal | ||
core | ||
demos | ||
generators | ||
i18n | ||
media | ||
msg | ||
tests | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.jshintignore | ||
blockly_compressed_horizontal.js | ||
blockly_compressed_vertical.js | ||
blockly_uncompressed_horizontal.js | ||
blockly_uncompressed_vertical.js | ||
blocks_compressed.js | ||
build.py | ||
COPYING | ||
dart_compressed.js | ||
javascript_compressed.js | ||
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/