Scratch Blocks is a library for building creative computing interfaces.
Find a file
2016-05-21 06:14:33 -07:00
appengine Swap order of arguments on domToWorkspace. 2016-04-04 18:31:41 -07:00
blocks Routine recompile. 2016-05-14 03:50:35 -07:00
core Remove sound and animation on delete during undo/redo. 2016-05-21 06:14:33 -07:00
demos fix variable naming in createnewblock. 2016-05-11 15:15:12 -07:00
generators Initialize generated JS and Dart variables in one line. 2016-05-17 10:13:37 -07:00
i18n Handle non ascii characters in keys with an error. 2015-06-22 16:58:30 +02:00
media Vectorize icons. 2015-12-13 11:06:15 +01:00
msg Routine recompile. 2016-05-21 05:56:49 -07:00
tests Add comments; scroll to start for always open flyout 2016-05-13 14:26:32 -07:00
.gitignore Add lists_sort block. 2016-05-04 17:03:24 -04:00
.jshintignore Add basic lint options for npm 2015-08-03 20:34:07 +02:00
blockly_compressed.js Routine recompile. 2016-05-21 05:56:49 -07:00
blockly_uncompressed.js Routine recompile. 2016-05-14 03:50:35 -07:00
blocks_compressed.js Routine recompile. 2016-05-14 03:50:35 -07:00
build.py Revert "proxy option for build.py" 2016-05-21 02:50:31 -07:00
dart_compressed.js Routine recompile. 2016-05-21 05:56:49 -07:00
javascript_compressed.js Routine recompile. 2016-05-21 05:56:49 -07:00
LICENSE Google open source policy compliance. 2016-04-11 17:25:48 -07:00
lua_compressed.js Routine recompile. 2016-05-21 05:56:49 -07:00
package.json Update name for better compatibility 2015-11-15 13:19:32 +08:00
php_compressed.js Routine recompile. 2016-05-21 05:56:49 -07:00
python_compressed.js Routine recompile. 2016-05-21 05:56:49 -07: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/