Scratch Blocks is a library for building creative computing interfaces.
Find a file
kchadha a75c6b44b9
Merge pull request from towerofnix/misc-noop-blocks
Add micellaneous no-op obsolete blocks
2018-05-01 15:30:29 -04:00
.github Improve contribution guidelines and issue/pr templates 2017-01-17 17:17:42 -05:00
blocks_common Revert "Only pick random colors with full saturation and brightness" 2017-10-19 10:31:45 -04:00
blocks_horizontal Fix Horizontal 2017-01-06 16:21:05 -05:00
blocks_vertical Merge pull request from towerofnix/misc-noop-blocks 2018-05-01 15:30:29 -04:00
core Merge pull request from rachel-fenichel/lint 2018-05-01 10:04:14 -07:00
generators Pulling in the latest changes from google/blockly/variables_by_id branch, 2018-01-18 15:03:46 -05:00
gh-pages Add Multi Playground Link to GH-Pages () 2017-01-12 20:28:28 -05:00
i18n Add Node.js tools for generating and converting localization files 2018-04-23 18:48:44 -04:00
media Update remove icon 2017-12-21 10:43:34 -04:00
msg Merge pull request from towerofnix/misc-noop-blocks 2018-05-01 15:30:29 -04:00
shim Shim goog in blocks_compressed_vertical () 2016-10-03 20:26:55 -04:00
tests Merge pull request from rachel-fenichel/feature/field_fromJson 2018-04-20 16:35:33 -07:00
.editorconfig Restore editor config 2016-05-03 17:55:53 -04:00
.eslintignore Add i18n to eslintignore 2018-04-24 08:31:45 -04:00
.eslintrc More small stuff from google, and allow unused vars with _names 2018-04-26 17:06:12 -07:00
.gitignore Move local build files to the top level 2018-04-18 09:01:59 -07:00
.npmignore Upload Generators To NPM () 2017-04-20 12:01:53 -04:00
.npmrc Setting up npm registry for this repo. () 2016-08-19 03:58:43 -07:00
.travis.yml Try fixing travis chrome problem 2017-11-30 14:12:28 -05:00
build.py Add Node.js tools for generating and converting localization files 2018-04-23 18:48:44 -04:00
cleanup.sh Update cleanup.sh to handle more files automatically 2018-04-18 17:14:04 -07:00
dart_compressed.js Pulling in final changes from upstream blockly/variables_by_id branch. 2018-01-18 15:03:46 -05:00
javascript_compressed.js Pulling in final changes from upstream blockly/variables_by_id branch. 2018-01-18 15:03:46 -05:00
LICENSE Rename COPYING to LICENSE. Re GH-304 2016-05-03 17:07:19 -04:00
local_build.sh Move local build files to the top level 2018-04-18 09:01:59 -07:00
lua_compressed.js Pulling in final changes from upstream blockly/variables_by_id branch. 2018-01-18 15:03:46 -05:00
package.json Add Node.js tools for generating and converting localization files 2018-04-23 18:48:44 -04:00
php_compressed.js Pulling in final changes from upstream blockly/variables_by_id branch. 2018-01-18 15:03:46 -05:00
python_compressed.js Pulling in final changes from upstream blockly/variables_by_id branch. 2018-01-18 15:03:46 -05:00
README.md Feature/merge feb 2017 () 2017-02-21 15:09:23 -05:00
TRADEMARK Add TRADEMARK notice / file. Re GH-304 2016-05-03 17:26:35 -04:00
webpack.config.js Merge pull request from cwillisf/use-graceful-fs 2017-10-02 18:41:15 -04:00

scratch-blocks

Scratch Blocks is a library for building creative computing interfaces.

Build Status Dependency Status devDependency Status

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 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.

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!