Scratch Blocks is a library for building creative computing interfaces.
Find a file
Neil Fraser ac2344a052 Merge pull request #136 from Kaworru/master
Add basic package.json for npm support.
2015-07-24 14:10:48 -07:00
appengine Adding more type documentation. 2015-07-13 15:03:22 -07:00
blocks Remove duplicated generators. 2015-07-23 13:11:51 -07:00
core Merge pull request #131 from carlosperate/menu_height 2015-07-23 14:39:55 -07:00
demos Fix typo (wth -> with) 2015-07-20 10:33:46 -04:00
generators Remove duplicated generators. 2015-07-23 13:11:51 -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 Recompile after translations. 2015-07-23 13:09:06 -07: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 Routine recompile. 2015-07-23 19:01:58 -07:00
blockly_uncompressed.js Recompile after translations. 2015-07-23 13:09:06 -07:00
blocks_compressed.js Remove duplicated generators. 2015-07-23 13:11:51 -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 Remove duplicated generators. 2015-07-23 13:11:51 -07:00
javascript_compressed.js Remove duplicated generators. 2015-07-23 13:11:51 -07:00
package.json Update package.json 2015-07-24 21:14:40 +02:00
php_compressed.js Remove duplicated generators. 2015-07-23 13:11:51 -07:00
python_compressed.js Remove duplicated generators. 2015-07-23 13:11:51 -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/