Scratch Blocks is a library for building creative computing interfaces.
Find a file
2017-05-17 14:51:29 -07:00
accessible Adding the common modal class. (#1017) 2017-04-05 16:06:45 -07:00
appengine Reduce number of Closure files in App Engine upload. 2017-01-15 19:52:34 -08:00
blocks Making text_count use a text color (like text_length, which also returns a number). (#1027) 2017-04-10 16:26:30 -07:00
core Add VariableMap requirement to workspace. 2017-05-17 14:51:29 -07:00
demos New jsinterpreter demo includes wait block. Both demos have improved UI for clarity. (#1001) 2017-05-01 17:28:34 -07:00
generators VariableMap and functions added. 2017-05-03 10:51:24 -07:00
i18n Update RegEx in js-to-json to match windowi eol (#1050) 2017-04-18 13:54:12 -07:00
media Add functionality for playing audio files. 2016-08-09 17:29:53 -07:00
msg Dragging changes, rebased on develop (#1078) 2017-05-05 12:42:53 -07:00
scripts Work around timing issue with travis osx issue (#1092) 2017-05-09 16:39:39 -07:00
tests Work around timing issue with travis osx issue (#1092) 2017-05-09 16:39:39 -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
.travis.yml add osx travis test run job (#1074) 2017-05-05 13:12:53 -07:00
blockly_compressed.js Dragging changes, rebased on develop (#1078) 2017-05-05 12:42:53 -07:00
blockly_uncompressed.js Dragging changes, rebased on develop (#1078) 2017-05-05 12:42:53 -07:00
blocks_compressed.js Dragging changes, rebased on develop (#1078) 2017-05-05 12:42:53 -07:00
build.py Update help URL per #937. 2017-02-28 08:38:37 -08:00
CONTRIBUTING.md Cherrypick fixes made directly to master back into develop (#619) 2016-09-07 11:50:50 -07:00
dart_compressed.js Dragging changes, rebased on develop (#1078) 2017-05-05 12:42:53 -07:00
javascript_compressed.js Dragging changes, rebased on develop (#1078) 2017-05-05 12:42:53 -07:00
LICENSE Google open source policy compliance. 2016-04-11 17:25:48 -07:00
lua_compressed.js Dragging changes, rebased on develop (#1078) 2017-05-05 12:42:53 -07:00
package.json use pretest instead of preinstall in package.json (#1043) 2017-04-13 15:23:48 -07:00
php_compressed.js Dragging changes, rebased on develop (#1078) 2017-05-05 12:42:53 -07:00
python_compressed.js Dragging changes, rebased on develop (#1078) 2017-05-05 12:42:53 -07:00
README.md Change registration link to a static one (#1106) 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.