Scratch Blocks is a library for building creative computing interfaces.
Find a file
2015-07-23 18:47:11 +02:00
appengine Adding more type documentation. 2015-07-13 15:03:22 -07:00
blocks Save dynamic output types in XML. 2015-07-22 17:17:01 -07:00
core Remove unused changeOutput func. 2015-07-22 17:17:36 -07:00
demos Fix typo (wth -> with) 2015-07-20 10:33:46 -04:00
generators Adding more type documentation. 2015-07-13 15:03:22 -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 Localisation updates from https://translatewiki.net. 2015-07-23 18:47:11 +02:00
tests Fix %% escaping in interpolation. 2015-07-10 16:08:27 -07:00
.gitignore Changing project location from Google Code to GitHub. 2014-09-08 15:18:02 -07:00
blockly_compressed.js Remove unused changeOutput func. 2015-07-22 17:17:36 -07:00
blockly_uncompressed.js Remove unused changeOutput func. 2015-07-22 17:17:36 -07:00
blocks_compressed.js Save dynamic output types in XML. 2015-07-22 17:17:01 -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/