Scratch Blocks is a library for building creative computing interfaces.
Find a file
2015-06-10 18:45:15 -07:00
appengine Merge remote-tracking branch 'googleblockly/master' 2015-05-15 16:58:22 -05:00
blocks Add automatic mode for internal/external input layout. 2015-06-10 18:45:15 -07:00
core Add automatic mode for internal/external input layout. 2015-06-10 18:45:15 -07:00
demos Add automatic mode for internal/external input layout. 2015-06-10 18:45:15 -07:00
generators Fix PHP's blend colour block. 2015-06-04 15:41:09 -07:00
i18n Lint fixes. 2015-01-22 15:58:10 -08:00
media Reduce image sizes by using greyscale. 2015-05-10 15:13:50 -07:00
msg Add automatic mode for internal/external input layout. 2015-06-10 18:45:15 -07:00
tests Adding JsonInit method of creating blocks. 2015-06-08 15:54:18 -07:00
.gitignore Changing project location from Google Code to GitHub. 2014-09-08 15:18:02 -07:00
blockly_compressed.js Add automatic mode for internal/external input layout. 2015-06-10 18:45:15 -07:00
blockly_uncompressed.js Fix DOMParser in node.js 2015-06-04 15:06:39 -07:00
blocks_compressed.js Add automatic mode for internal/external input layout. 2015-06-10 18:45:15 -07:00
build.py Adding JsonInit method of creating blocks. 2015-06-08 15:54:18 -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
php_compressed.js Fix PHP's blend colour block. 2015-06-04 15:41: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/