Scratch Blocks is a library for building creative computing interfaces.
Find a file
2015-05-04 10:45:24 -07:00
appengine Fix Block Factory save links (issue 95). 2015-05-04 10:45:24 -07:00
blocks Break out procedure call argument rendering into separate function. 2015-04-30 14:57:14 -07:00
core Kill SVG when disposing main workspace. 2015-05-02 21:08:18 -07:00
demos Fix Block Factory save links (issue 95). 2015-05-04 10:45:24 -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 Localisation updates from https://translatewiki.net. 2015-05-04 10:29:34 +02: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 Kill SVG when disposing main workspace. 2015-05-02 21:08:18 -07:00
blockly_uncompressed.js Fix black workspace background in IE11. 2015-04-28 15:06:22 -07:00
blocks_compressed.js Break out procedure call argument rendering into separate function. 2015-04-30 14:57:14 -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/