Scratch Blocks is a library for building creative computing interfaces.
Find a file
Neil Fraser 3a14ea3952 Merge pull request #25 from BrianGeppert/bugfix/dont-ignore-ios-events
Don't ignore touch events on iOS 7.1.2 or later.
2015-01-15 14:11:41 -08:00
appengine Fix redirect on Code demo. 2014-11-20 17:23:05 -08:00
blocks Make 'WITH' text field be optional (for Blockly Games). 2015-01-06 16:29:27 -08:00
core Merge pull request #25 from BrianGeppert/bugfix/dont-ignore-ios-events 2015-01-15 14:11:41 -08:00
demos Improve porformance of colour changes. 2015-01-08 16:06:05 -08:00
generators Remove global workspace references from variable and procedure utilities. 2015-01-12 14:57:00 -08:00
i18n Remove Puzzle app (now in Blockly Games). 2014-10-15 17:02:22 -07:00
media Fix broken mouse cursor in Safari. 2014-12-16 15:58:08 -08:00
msg Recompile of new translations. 2015-01-01 14:34:52 -08:00
tests Adding unit tests for workspace. 2015-01-11 14:18:50 -08:00
.gitignore Changing project location from Google Code to GitHub. 2014-09-08 15:18:02 -07:00
blockly_compressed.js Merge pull request #41 from carlosperate/master 2015-01-15 13:58:29 -08:00
blockly_uncompressed.js Fixes google/blockly#40 2015-01-04 03:42:01 +00:00
blocks_compressed.js Make 'WITH' text field be optional (for Blockly Games). 2015-01-06 16:29:27 -08:00
build.py Improve error messages during build. 2014-12-12 12:34:28 -08:00
COPYING New initial commit with .svn directories and their contents ignored. 2013-10-30 14:46:03 -07:00
dart_compressed.js Headless workspaces and blocks. 2014-12-23 11:22:02 -08:00
javascript_compressed.js Headless workspaces and blocks. 2014-12-23 11:22:02 -08:00
python_compressed.js Headless workspaces and blocks. 2014-12-23 11:22:02 -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/