Scratch Blocks is a library for building creative computing interfaces.
Find a file
Tom c85106a920 Typo in a deprecated variable's value ()
Misspelled variable name, should be Blockly.PROCEDURE_CATEGORY_NAME.
2017-07-18 11:23:29 -07:00
accessible Fixing the tree service so it doesn't treat unknown block deletion () 2017-06-22 14:44:02 -07:00
appengine Reduce number of Closure files in App Engine upload. 2017-01-15 19:52:34 -08:00
blocks Fix issue with compression stripping dropdown options () 2017-06-30 15:48:20 -07:00
core Typo in a deprecated variable's value () 2017-07-18 11:23:29 -07:00
demos Adding BlocklyDevTools.Analytics () 2017-07-11 15:39:35 -07:00
generators Fix code generation for procedures (PHP, Python). 2017-07-17 11:42:36 -07:00
i18n Update RegEx in js-to-json to match windowi eol () 2017-04-18 13:54:12 -07:00
media Add functionality for playing audio files. 2016-08-09 17:29:53 -07:00
msg Merge master to develop () 2017-06-23 16:54:59 -07:00
scripts Work around timing issue with travis osx issue () 2017-05-09 16:39:39 -07:00
tests Fire field variable change event with variable value, not name. 2017-06-29 11:24:25 -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. () 2016-08-19 03:58:43 -07:00
.travis.yml Split flyout into flyout_base, flyout_horizontal, and flyou_vertical 2017-06-08 13:36:11 -07:00
blockly_accessible_compressed.js Merge master to develop () 2017-06-23 16:54:59 -07:00
blockly_accessible_uncompressed.js Merge master to develop () 2017-06-23 16:54:59 -07:00
blockly_compressed.js Merge master to develop () 2017-06-23 16:54:59 -07:00
blockly_uncompressed.js Merge master to develop () 2017-06-23 16:54:59 -07:00
blocks_compressed.js Merge master to develop () 2017-06-23 16:54:59 -07:00
build.py Change the build process to be deterministic () 2017-07-05 14:21:10 -07:00
CONTRIBUTING.md Update contributing.md () 2017-05-23 14:59:39 -07:00
dart_compressed.js Merge master to develop () 2017-06-23 16:54:59 -07:00
javascript_compressed.js Merge master to develop () 2017-06-23 16:54:59 -07:00
LICENSE Google open source policy compliance. 2016-04-11 17:25:48 -07:00
lua_compressed.js Merge master to develop () 2017-06-23 16:54:59 -07:00
package.json use pretest instead of preinstall in package.json () 2017-04-13 15:23:48 -07:00
php_compressed.js Merge master to develop () 2017-06-23 16:54:59 -07:00
python_compressed.js Merge master to develop () 2017-06-23 16:54:59 -07:00
README.md Change registration link to a static one () 2017-05-15 11:31:17 -07:00

Blockly Build Status

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/

Blockly has an active developer forum. Please drop by and say hello. Show us your prototypes early; collectively we have a lot of experience and can offer hints which will save you time.

Help us focus our development efforts by telling us what you are doing with Blockly. The questionnaire only takes a few minutes and will help us better support the Blockly community.

Want to contribute? Great! First, read our guidelines for contributors.