Scratch Blocks is a library for building creative computing interfaces.
Find a file
2015-07-09 11:57:06 -07:00
appengine Merge remote-tracking branch 'googleblockly/master' 2015-05-15 16:58:22 -05:00
blocks Make Block.getField public. 2015-07-02 16:14:10 -07:00
core Allow flights to be initially expanded in toolbox. 2015-07-09 11:57:06 -07:00
demos Allowing manual code editing in Block Factory. 2015-06-30 22:51:06 -07:00
generators Generalize PHP $ hack for variables. 2015-07-02 19:59:32 -07:00
i18n Handle non ascii characters in keys with an error. 2015-06-22 16:58:30 +02:00
media Reduce image sizes by using greyscale. 2015-05-10 15:13:50 -07:00
msg Allow flights to be initially expanded in toolbox. 2015-07-09 11:57:06 -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 Allow flights to be initially expanded in toolbox. 2015-07-09 11:57:06 -07:00
blockly_uncompressed.js Lint corrections. 2015-06-17 13:05:24 -07:00
blocks_compressed.js Make Block.getField public. 2015-07-02 16:14:10 -07:00
build.py Lint corrections. 2015-06-17 13:05:24 -07:00
COPYING New initial commit with .svn directories and their contents ignored. 2013-10-30 14:46:03 -07:00
dart_compressed.js Lint corrections. 2015-06-17 13:05:24 -07:00
javascript_compressed.js Lint corrections. 2015-06-17 13:05:24 -07:00
php_compressed.js Generalize PHP $ hack for variables. 2015-07-02 19:59:32 -07:00
python_compressed.js Lint corrections. 2015-06-17 13:05:24 -07: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/