Scratch Blocks is a library for building creative computing interfaces.
Find a file
2016-10-20 16:30:40 -07:00
accessible Make help text clearer and less verbose. 2016-09-27 12:05:12 -07:00
appengine Updating URLs to reflect new docs. (#418) 2016-06-14 10:15:35 -07:00
blocks Fix RTL comparator operators. 2016-08-24 02:49:53 -07:00
core Replaces calls to window.alert(), window.confirm(), and window.prompt() with Blockly.alert(), Blockly.confirm(), and Blockly.prompt(). These are designed to allow app developers to replace the dialogs with versions that match their own open app, possibly avoiding modal browser dialogs. They each take a callback, so the developer has the opportunity to implement non-modal behavior. 2016-10-20 16:30:40 -07:00
demos Replaces calls to window.alert(), window.confirm(), and window.prompt() with Blockly.alert(), Blockly.confirm(), and Blockly.prompt(). These are designed to allow app developers to replace the dialogs with versions that match their own open app, possibly avoiding modal browser dialogs. They each take a callback, so the developer has the opportunity to implement non-modal behavior. 2016-10-20 16:30:40 -07:00
generators Revert "Remove apparently unneeded scrub on procedures." 2016-08-24 03:05:30 -07:00
i18n Handle non ascii characters in keys with an error. 2015-06-22 16:58:30 +02:00
media Add functionality for playing audio files. 2016-08-09 17:29:53 -07:00
msg routine recompile 2016-09-20 10:59:44 -07:00
tests Merge branch 'develop' into feature/variable_management 2016-08-12 14:32:26 -07:00
.eslintignore More lint and eslint configuration. 2016-05-25 15:35:11 -07:00
.eslintrc More lint and eslint configuration. 2016-05-25 15:35:11 -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
.npmrc Setting up npm registry for this repo. (#520) 2016-08-19 03:58:43 -07:00
blockly_compressed.js Revert "Revert "Ignore everything but the first touch stream"" 2016-09-23 13:36:53 -07:00
blockly_uncompressed.js Revert "Revert "Ignore everything but the first touch stream"" 2016-09-23 13:36:53 -07:00
blocks_compressed.js Revert "Revert "Ignore everything but the first touch stream"" 2016-09-23 13:36:53 -07:00
build.py Updating URLs to reflect new docs. (#418) 2016-06-14 10:15:35 -07:00
CONTRIBUTING.md Create CONTRIBUTING.md 2016-08-29 11:03:08 -07:00
dart_compressed.js Revert "Revert "Ignore everything but the first touch stream"" 2016-09-23 13:36:53 -07:00
javascript_compressed.js Revert "Revert "Ignore everything but the first touch stream"" 2016-09-23 13:36:53 -07:00
LICENSE Google open source policy compliance. 2016-04-11 17:25:48 -07:00
lua_compressed.js Revert "Revert "Ignore everything but the first touch stream"" 2016-09-23 13:36:53 -07:00
package.json Cleanup accessible Blockly. 2016-05-23 17:34:46 -07:00
php_compressed.js Revert "Revert "Ignore everything but the first touch stream"" 2016-09-23 13:36:53 -07:00
python_compressed.js Revert "Revert "Ignore everything but the first touch stream"" 2016-09-23 13:36:53 -07:00
README.md Updating image link in readme. (#470) 2016-07-02 23:29:20 -07: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/