Scratch Blocks is a library for building creative computing interfaces.
Find a file
Neil Fraser 984d35593e Merge pull request #55 from carlosperate/scrollbar_thickness
Restore thicker scrollbar on touch devices
2015-01-29 17:46:02 -08:00
appengine Fix redirect on Code demo. 2014-11-20 17:23:05 -08:00
blocks Change logic compare block to eject mismatched blocks. 2015-01-28 17:45:13 -08:00
core Uses closure to check for touchscreens and set the scrollbar thickness accordingly. 2015-01-30 01:18:25 +00:00
demos Make the "seats =" block not deletable. 2015-01-28 16:07:30 -05:00
generators Rename 'text' to 'texts' to avoid collision with 'text' block. 2015-01-26 02:45:03 -08: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 Fix duplicated collapsed block connection bug (issue 262). Recompile language update. 2015-01-27 12:51:29 -08:00
tests Improve rendering speed. 2015-01-26 04:56:58 -08:00
.gitignore Changing project location from Google Code to GitHub. 2014-09-08 15:18:02 -07:00
blockly_compressed.js Uses closure to check for touchscreens and set the scrollbar thickness accordingly. 2015-01-30 01:18:25 +00:00
blockly_uncompressed.js Uses closure to check for touchscreens and set the scrollbar thickness accordingly. 2015-01-30 01:18:25 +00:00
blocks_compressed.js Change logic compare block to eject mismatched blocks. 2015-01-28 17:45:13 -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 Rename 'text' to 'texts' to avoid collision with 'text' block. 2015-01-26 02:45:03 -08: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/