Scratch Blocks is a library for building creative computing interfaces.
Find a file
Neil Fraser 41610c3996 Merge pull request #207 from Immortalin/master
Add support for google closure library
2015-11-13 21:03:14 -08:00
appengine Adding more type documentation. 2015-07-13 15:03:22 -07:00
blocks Deprecate empty list block. 2015-10-02 15:38:39 -07:00
core improve type annotations 2015-11-10 17:28:46 -06:00
demos Add 'startScale' and remove 'enabled' options on zoom. 2015-10-21 13:25:02 -07: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 Fix disconnect sound in FF. 2015-09-22 11:14:25 -07:00
msg Routine recompile. 2015-10-25 23:51:24 -07:00
tests Allow custom gaps to be specified between toolbox blocks. 2015-10-25 22:20:08 -04:00
.gitignore Add basic lint options for npm 2015-08-03 20:34:07 +02:00
.jshintignore Add basic lint options for npm 2015-08-03 20:34:07 +02:00
blockly_compressed.js Fixed toolbox categories don't support touch. Issue #202. 2015-11-09 18:08:13 +08:00
blockly_uncompressed.js Fixed toolbox categories don't support touch. Issue #202. 2015-11-09 18:08:13 +08:00
blocks_compressed.js Fix duplicate procedure naming. 2015-08-25 14:11:07 +01:00
build.py Add support for google closure library 2015-11-11 21:28:44 +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 Minor lints from PR 150. 2015-08-08 15:15:58 -07: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/