Scratch Blocks is a library for building creative computing interfaces.
Find a file
2017-06-07 11:38:34 -07:00
accessible Adding automatically-generated variable lists to the accessible toolbox. (#1149) 2017-06-05 13:42:51 -07:00
appengine Reduce number of Closure files in App Engine upload. 2017-01-15 19:52:34 -08:00
blocks Convert more text blocks to json (#1147) 2017-06-01 14:21:16 -07:00
core Merge pull request #1157 from marisaleung/wrapInTryCatch 2017-06-07 10:26:31 -07:00
demos Setting up accessible Blockly for Closure compilation. (#1134) 2017-05-26 10:43:02 -07:00
generators Edit generators to read in Variable Models. 2017-05-15 12:19:04 -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 Convert more text blocks to json (#1147) 2017-06-01 14:21:16 -07:00
scripts Work around timing issue with travis osx issue (#1092) 2017-05-09 16:39:39 -07:00
tests Field Variable setValue() looks up variable. 2017-06-06 15:29:28 -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 Fix for travis-ci testing failure (#1141) 2017-05-30 17:25:32 -07:00
blockly_accessible_compressed.js Setting up accessible Blockly for Closure compilation. (#1134) 2017-05-26 10:43:02 -07:00
blockly_accessible_uncompressed.js Setting up accessible Blockly for Closure compilation. (#1134) 2017-05-26 10:43:02 -07:00
blockly_compressed.js Dragging changes, rebased on develop (#1078) 2017-05-05 12:42:53 -07:00
blockly_uncompressed.js Create grid object (#1131) 2017-05-24 16:14:24 -07:00
blocks_compressed.js Dragging changes, rebased on develop (#1078) 2017-05-05 12:42:53 -07:00
build.py Changing the build file to allow forced rebuilding of the msg files. (#1158) 2017-06-07 11:38:34 -07:00
CONTRIBUTING.md Update contributing.md (#1126) 2017-05-23 14:59:39 -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.