Scratch Blocks is a library for building creative computing interfaces.
Find a file
2015-05-19 12:02:49 -07:00
appengine Fix cloud storage (issue 100) 2015-05-13 22:45:51 -07:00
blocks Reduce image sizes by using greyscale. 2015-05-10 15:13:50 -07:00
core Fix several RTL bugs. 2015-05-19 12:02:49 -07:00
demos Fix several RTL bugs. 2015-05-19 12:02:49 -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 image sizes by using greyscale. 2015-05-10 15:13:50 -07:00
msg Localisation updates from https://translatewiki.net. 2015-05-16 18:52:50 +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 Fix several RTL bugs. 2015-05-19 12:02:49 -07:00
blockly_uncompressed.js Remove bubble's filter for JavaFX (issue 99). 2015-05-13 23:04:09 -07:00
blocks_compressed.js Reduce image sizes by using greyscale. 2015-05-10 15:13:50 -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/