Scratch Blocks is a library for building creative computing interfaces.
Find a file
2016-04-01 17:53:02 -04:00
appengine Add a Lua code generator 2016-03-10 10:24:25 +01:00
blocks Merge remote-tracking branch 'Google/master' into google-master-april-1 2016-04-01 14:44:46 -04:00
blocks_horizontal Add icon flip property to green flag and controls 2016-03-03 17:32:35 -05:00
core Block translations in function; translate before drag surface. 2016-04-01 17:53:02 -04:00
demos Merge remote-tracking branch 'Google/master' into google-master-april-1 2016-04-01 14:44:46 -04:00
generators Remove Lua generators 2016-03-15 10:36:06 -04:00
i18n Handle non ascii characters in keys with an error. 2015-06-22 16:58:30 +02:00
media Add sample say block to horizontal playground 2016-02-23 16:59:54 -05:00
msg Merge remote-tracking branch 'Google/master' into google-master-april-1 2016-04-01 14:44:46 -04:00
tests Merge remote-tracking branch 'Google/master' into google-master-april-1 2016-04-01 14:44:46 -04:00
.editorconfig Add basic .editorconfig for Blockly JS style 2016-02-24 15:24:52 -05: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_horizontal.js Recompile 2016-04-01 15:07:00 -04:00
blockly_compressed_vertical.js Recompile 2016-04-01 15:07:00 -04:00
blockly_uncompressed_horizontal.js Merge branch 'develop' of https://github.com/google/blockly into google-master-april-1 2016-04-01 15:00:44 -04:00
blockly_uncompressed_vertical.js Merge branch 'develop' of https://github.com/google/blockly into google-master-april-1 2016-04-01 15:00:44 -04:00
blocks_compressed.js Merge remote-tracking branch 'Google/master' into google-master-april-1 2016-04-01 14:44:46 -04:00
build.py Merge remote-tracking branch 'Google/develop' into feature/upstream-merge-march-11-2 2016-03-11 13:18:14 -05:00
COPYING New initial commit with .svn directories and their contents ignored. 2013-10-30 14:46:03 -07:00
dart_compressed.js Routine recompile. 2016-03-29 09:04:25 -07:00
javascript_compressed.js Merge remote-tracking branch 'Google/master' into google-master-april-1 2016-04-01 14:44:46 -04:00
lua_compressed.js Routine recompile. 2016-03-29 09:04:25 -07:00
package.json Update name for better compatibility 2015-11-15 13:19:32 +08:00
php_compressed.js Routine recompile. 2016-03-29 09:04:25 -07:00
python_compressed.js Routine recompile. 2016-03-29 09:04:25 -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/