Scratch Blocks is a library for building creative computing interfaces.
Find a file
2015-12-07 16:40:45 +01:00
appengine Adding more type documentation. 2015-07-13 15:03:22 -07:00
blocks Add workspace.newBlock, deprecate Blockly.Block.obtain. 2015-12-07 16:40:45 +01:00
core Add workspace.newBlock, deprecate Blockly.Block.obtain. 2015-12-07 16:40:45 +01:00
demos Add workspace.newBlock, deprecate Blockly.Block.obtain. 2015-12-07 16:40:45 +01:00
generators Fix infinity in Python, PHP, and Dart. 2015-10-24 23:53:07 -04:00
i18n Handle non ascii characters in keys with an error. 2015-06-22 16:58:30 +02:00
media Remove old realtime files. 2015-12-02 22:37:55 -08:00
msg Add option to delete all blocks on workspace. 2015-12-02 22:10:09 -08:00
tests Add workspace.newBlock, deprecate Blockly.Block.obtain. 2015-12-07 16:40:45 +01:00
.gitignore cleaned up merge 2015-11-14 21:56:05 +08:00
.jshintignore Add basic lint options for npm 2015-08-03 20:34:07 +02:00
blockly_compressed.js Add workspace.newBlock, deprecate Blockly.Block.obtain. 2015-12-07 16:40:45 +01:00
blockly_uncompressed.js Remove old realtime files. 2015-12-02 22:37:55 -08:00
blocks_compressed.js Add workspace.newBlock, deprecate Blockly.Block.obtain. 2015-12-07 16:40:45 +01:00
build.py Adding Tamil to Code demo. 2015-12-01 12:45:29 -08:00
COPYING New initial commit with .svn directories and their contents ignored. 2013-10-30 14:46:03 -07:00
dart_compressed.js Fix infinity in Python, PHP, and Dart. 2015-10-24 23:53:07 -04:00
javascript_compressed.js Fix JS and PHP list/text blocks. 2015-10-03 07:45:16 -07:00
package.json Update name for better compatibility 2015-11-15 13:19:32 +08:00
php_compressed.js Fix infinity in Python, PHP, and Dart. 2015-10-24 23:53:07 -04:00
python_compressed.js Fix infinity in Python, PHP, and Dart. 2015-10-24 23:53:07 -04:00
README.md Readme typo (issue 42). 2015-01-08 09:57:28 -08:00

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/