Scratch Blocks is a library for building creative computing interfaces.
Find a file
2016-04-15 23:36:45 -07:00
appengine Swap order of arguments on domToWorkspace. 2016-04-04 18:31:41 -07:00
blocks JSON some math block. 2016-04-04 14:56:00 -07:00
core Prevent events on different workspaces from merging. 2016-04-07 14:39:39 -07:00
demos Merge pull request #235 from pjkui/patch-2 2016-04-14 16:50:23 -07:00
generators Raise error if statement block returns tuple. 2016-03-18 14:17:31 -07:00
i18n Handle non ascii characters in keys with an error. 2015-06-22 16:58:30 +02:00
media Vectorize icons. 2015-12-13 11:06:15 +01:00
msg replace "變量" with "變數" to make translation correct for traditional Chinese #260 2016-04-15 23:36:45 -07:00
tests Fix getBlockById unit test. Issue #323 2016-04-07 14:35:01 -07:00
.gitignore cleaned up merge 2015-11-14 21:56:05 +08:00
.jshintignore Add basic lint options for npm 2015-08-03 20:34:07 +02:00
blockly_compressed.js Routine recompile. 2016-04-07 14:40:51 -07:00
blockly_uncompressed.js Routine recompile. 2016-04-07 14:40:51 -07:00
blocks_compressed.js Routine recompile. 2016-04-04 14:56:11 -07:00
build.py Add a Lua code generator 2016-03-10 10:24:25 +01:00
COPYING New initial commit with .svn directories and their contents ignored. 2013-10-30 14:46:03 -07:00
dart_compressed.js Routine recompile. 2016-03-29 09:04:25 -07:00
javascript_compressed.js Routine recompile. 2016-03-29 09:04:25 -07:00
lua_compressed.js Routine recompile. 2016-03-29 09:04:25 -07:00
package.json Update name for better compatibility 2015-11-15 13:19:32 +08:00
php_compressed.js Routine recompile. 2016-03-29 09:04:25 -07:00
python_compressed.js Routine recompile. 2016-03-29 09:04:25 -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/