Scratch Blocks is a library for building creative computing interfaces.
Find a file
2016-05-10 15:45:19 -07:00
appengine Swap order of arguments on domToWorkspace. 2016-04-04 18:31:41 -07:00
blocks Merge pull request from rachel-fenichel/feature/field_number_js 2016-05-05 12:32:01 -07:00
core block db doesn't belong in block.js 2016-05-10 15:45:19 -07:00
demos Trivial blocks only inherit tooltip from parent if on external inputs. 2016-05-03 17:49:10 -07:00
generators Respect generator.INDENT setting. Issue . 2016-04-14 01:14: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 Corrections from Google's Klingon Language Group. 2016-05-04 17:25:13 -07:00
tests make tests work; make connext_ a member function. 2016-05-10 15:45:19 -07: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 Routine recompile. 2016-04-21 06:05:25 -07:00
blockly_uncompressed.js Routine recompile. 2016-04-20 16:44:13 -07:00
blocks_compressed.js Trivial blocks only inherit tooltip from parent if on external inputs. 2016-05-03 17:49:10 -07:00
build.py Add a Lua code generator 2016-03-10 10:24:25 +01:00
dart_compressed.js Routine recompile. 2016-03-29 09:04:25 -07:00
javascript_compressed.js Routine recompile. 2016-03-29 09:04:25 -07:00
LICENSE Google open source policy compliance. 2016-04-11 17:25:48 -07: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 Respect generator.INDENT setting. Issue . 2016-04-14 01:14:37 -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/