Scratch Blocks is a library for building creative computing interfaces.
Find a file
Neil Fraser 93c371bc33 Merge pull request #152 from AllisonLamm/master
more type annotation updates
2015-08-10 13:57:00 -07:00
appengine Adding more type documentation. 2015-07-13 15:03:22 -07:00
blocks Minor lints from PR 150. 2015-08-08 15:15:58 -07:00
core more type annotation updates 2015-08-10 14:34:42 -05:00
demos Clean plane coordinates. Fix RTL alignment. 2015-07-28 12:09:52 -07: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 Merge pull request #143 from Kaworru/master 2015-08-07 18:01:08 -07:00
tests Refresh XML in generator unit tests. 2015-08-07 10:04:07 -07:00
.gitignore Add basic lint options for npm 2015-08-03 20:34:07 +02:00
.jshintignore Add basic lint options for npm 2015-08-03 20:34:07 +02:00
blockly_compressed.js Refresh XML in generator unit tests. 2015-08-07 10:04:07 -07:00
blockly_uncompressed.js Refresh XML in generator unit tests. 2015-08-07 10:04:07 -07:00
blocks_compressed.js Fix tooltip location when page is scrolled. 2015-08-06 11:12:41 -07:00
build.py Fix tooltip location when page is scrolled. 2015-08-06 11:12:41 -07:00
COPYING New initial commit with .svn directories and their contents ignored. 2013-10-30 14:46:03 -07:00
dart_compressed.js Fix tooltip location when page is scrolled. 2015-08-06 11:12:41 -07:00
javascript_compressed.js Fix tooltip location when page is scrolled. 2015-08-06 11:12:41 -07:00
package.json Minor lints from PR 150. 2015-08-08 15:15:58 -07:00
php_compressed.js Fix tooltip location when page is scrolled. 2015-08-06 11:12:41 -07:00
python_compressed.js Fix tooltip location when page is scrolled. 2015-08-06 11:12:41 -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/