Scratch Blocks is a library for building creative computing interfaces.
Find a file
2016-05-13 13:10:08 -04:00
blocks Implement field_number stub and num-pad on mobile (#293) 2016-04-26 21:32:29 -04:00
blocks_horizontal Implement all WeDo blocks, new icons and assets 2016-04-26 10:49:52 -04:00
blocks_vertical Vertical demo blocks 2016-05-05 16:13:43 -04:00
core Vertical rounded corners and tiny positioning fixes (#333) 2016-05-12 16:28:56 -04:00
i18n Handle non ascii characters in keys with an error. 2015-06-22 16:58:30 +02:00
media Updated icons May 9 (#326) 2016-05-09 14:05:05 -04:00
msg Remove unused translations. Re GH-304 2016-05-03 17:35:24 -04:00
tests Re-commit #322 (#332) 2016-05-11 17:00:24 -04:00
.editorconfig Restore editor config 2016-05-03 17:55:53 -04:00
.eslintignore Add tests to eslint ignore 2016-05-03 17:26:54 -04:00
.eslintrc .eslintrc no-redeclare update and a couple of lints (#329) 2016-05-10 13:08:56 -04:00
.gitignore Normalize .gitignore with other Scratch projects. Re GH-304 2016-05-03 17:31:26 -04:00
blockly_compressed_horizontal.js Vertical demo blocks 2016-05-05 16:13:43 -04:00
blockly_compressed_vertical.js Vertical demo blocks 2016-05-05 16:13:43 -04:00
blockly_uncompressed_horizontal.js Hack to fix problem with drop-down clicks (#320) 2016-05-04 17:35:13 -04:00
blockly_uncompressed_vertical.js Hack to fix problem with drop-down clicks (#320) 2016-05-04 17:35:13 -04:00
blocks_compressed.js Recompile April 27 (#298) 2016-04-27 12:13:06 -04:00
blocks_compressed_horizontal.js Add compressed versions of Scratch blocks to build script (#331) 2016-05-10 17:26:48 -04:00
blocks_compressed_vertical.js Add compressed versions of Scratch blocks to build script (#331) 2016-05-10 17:26:48 -04:00
build.py Add compressed versions of Scratch blocks to build script (#331) 2016-05-10 17:26:48 -04:00
LICENSE Rename COPYING to LICENSE. Re GH-304 2016-05-03 17:07:19 -04:00
package.json Update repo tagline and stub README file. Re GH-304 2016-05-03 16:06:58 -04:00
README.md Update README.md 2016-05-13 13:10:08 -04:00
TRADEMARK Add TRADEMARK notice / file. Re GH-304 2016-05-03 17:26:35 -04:00

scratch-blocks

Scratch Blocks is a library for building creative computing interfaces.

Introduction

Scratch Blocks is a fork of Google's Blockly project that provides a design specification and codebase for building creative computing interfaces. Together with the Scratch Virtual Machine (VM) this codebase allows for the rapid design and development of visual programming interfaces.

This project is in active development and should be considered a "developer preview" at this time.

Two Types of Blocks

Scratch Blocks brings together two different programming "grammars" that the MIT Scratch Team has designed and continued to refine over the past decade. The standard Scratch grammar uses blocks that snap together vertically, much like LEGO bricks. For our ScratchJr software, intended for younger children, we developed blocks that are labelled with icons rather than words, and snap together horizontally rather than vertically. We have found that the horizontal grammar is not only friendlier for beginning programmers but also better suited for devices with small screens.

Only the horizontal grammar is available for preview at this time. The vertical grammar is in the design phase and will be added to the project over the next several months.

Documentation

The "getting started" guide including FAQ and design documentation can be found in the wiki.

Donate

We provide Scratch free of charge, and want to keep it that way! Please consider making a donation to support our continued engineering, design, community, and resource development efforts. Donations of any size are appreciated. Thank you!