Scratch Blocks is a library for building creative computing interfaces.
Find a file
2016-02-29 16:20:19 -05:00
appengine Adding more type documentation. 2015-07-13 15:03:22 -07:00
blocks Merge branch 'master' of github.com:google/blockly into merge/google-2016 2016-02-18 13:29:25 -05:00
blocks_horizontal Merge pull request #79 from rschamp/feature/input-rendering 2016-02-23 17:48:11 -05:00
core Remove block transparency during drag 2016-02-29 16:20:19 -05:00
demos Add audio demo 2016-02-26 11:45:34 -05:00
generators Add sample say block to horizontal playground 2016-02-23 16:59:54 -05:00
i18n Handle non ascii characters in keys with an error. 2015-06-22 16:58:30 +02:00
media Revert "Remove Blockly sounds from media" for demo 2016-02-26 11:25:12 -05:00
msg Fix RTL XML. 2016-02-16 13:04:47 -08:00
tests Merge pull request #67 from rachel-fenichel/feature/multi-playground 2016-02-23 15:46:19 -08:00
.editorconfig Add basic .editorconfig for Blockly JS style 2016-02-24 15:24:52 -05: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_horizontal.js Refactor block_svg to share code between horizontal and vertical versionss. 2016-02-24 10:19:59 -08:00
blockly_compressed_vertical.js Refactor block_svg to share code between horizontal and vertical versionss. 2016-02-24 10:19:59 -08:00
blockly_uncompressed_horizontal.js Refactor block_svg to share code between horizontal and vertical versionss. 2016-02-24 10:19:59 -08:00
blockly_uncompressed_vertical.js Refactor block_svg to share code between horizontal and vertical versionss. 2016-02-24 10:19:59 -08:00
blocks_compressed.js Merge branch 'master' of github.com:google/blockly into merge/google-2016 2016-02-18 13:29:25 -05:00
build.py Refactor block_svg to share code between horizontal and vertical versionss. 2016-02-24 10:19:59 -08: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-02-11 21:48:14 -08:00
javascript_compressed.js Add sample say block to horizontal playground 2016-02-23 16:59:54 -05:00
package.json Update name for better compatibility 2015-11-15 13:19:32 +08:00
php_compressed.js Routine recompile. 2016-02-11 21:48:14 -08:00
python_compressed.js Remove old realtime. 2016-01-08 13:03:22 -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/