Scratch Blocks is a library for building creative computing interfaces.
Find a file
2015-03-08 18:51:05 -07:00
appengine Fix redirect on Code demo. 2014-11-20 17:23:05 -08:00
blocks Allow enabling/disabling of spellcheck on text fields. 2015-02-25 13:35:37 -08:00
core Merge pull request #78 from carloslfu/fix_collapse_bug 2015-03-08 18:51:05 -07:00
demos Comment out date picker (it increases compile size by 60%). 2015-02-25 01:06:10 -08:00
generators Replace trimLeft/trimRight functions (not supported by IE). 2015-03-05 16:41:55 -06:00
i18n Lint fixes. 2015-01-22 15:58:10 -08:00
media Fix broken mouse cursor in Safari. 2014-12-16 15:58:08 -08:00
msg Recompile language update. 2015-02-23 14:34:39 -08:00
tests Bug-fixes to background grid. 2015-03-08 17:39:30 -07:00
.gitignore Changing project location from Google Code to GitHub. 2014-09-08 15:18:02 -07:00
blockly_compressed.js Bug-fixes to background grid. 2015-03-08 17:39:30 -07:00
blockly_uncompressed.js Bump unconnected blocks after mutator change. 2015-02-27 14:24:20 -08:00
blocks_compressed.js Allow enabling/disabling of spellcheck on text fields. 2015-02-25 13:35:37 -08:00
build.py Lint fixes. 2015-01-22 15:58:10 -08: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 Simplify workspace construction. 2015-03-06 15:27:41 -06: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/