Scratch Blocks is a library for building creative computing interfaces.
Find a file
2015-04-29 20:26:04 -07:00
appengine Update demos to use non-deprecated workspace calls. 2015-04-28 15:07:33 -07:00
blocks Support multiple Blockly instances. 2015-04-28 13:51:25 -07:00
core Inject can now take an ID. Also, fix unit tests. 2015-04-29 20:26:04 -07:00
demos Inject can now take an ID. Also, fix unit tests. 2015-04-29 20:26:04 -07:00
generators Cache list value in JS foreach loops. 2015-03-20 16:24:09 -07:00
i18n Lint fixes. 2015-01-22 15:58:10 -08:00
media Reduce file size of quote images. 2015-04-14 16:34:17 -07:00
msg Recompile German. 2015-03-30 15:52:02 -07:00
tests Inject can now take an ID. Also, fix unit tests. 2015-04-29 20:26:04 -07:00
.gitignore Changing project location from Google Code to GitHub. 2014-09-08 15:18:02 -07:00
blockly_compressed.js Inject can now take an ID. Also, fix unit tests. 2015-04-29 20:26:04 -07:00
blockly_uncompressed.js Fix black workspace background in IE11. 2015-04-28 15:06:22 -07:00
blocks_compressed.js Support multiple Blockly instances. 2015-04-28 13:51:25 -07:00
build.py Add warning to build if not using Python 2. 2015-03-09 10:01:51 -07:00
COPYING New initial commit with .svn directories and their contents ignored. 2013-10-30 14:46:03 -07:00
dart_compressed.js Rename 'text' to 'texts' to avoid collision with 'text' block. 2015-01-26 02:45:03 -08:00
javascript_compressed.js Cache list value in JS foreach loops. 2015-03-20 16:24:09 -07:00
python_compressed.js Rename 'text' to 'texts' to avoid collision with 'text' block. 2015-01-26 02:45:03 -08: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/