Skip to content

ShaderScratch/scratch-blocks

This branch is 1387 commits behind scratchfoundation/scratch-blocks:develop.

Folders and files

NameName
Last commit message
Last commit date
May 28, 2020
Aug 10, 2018
Nov 5, 2018
May 2, 2018
May 29, 2020
Oct 4, 2018
Jul 9, 2020
Jan 13, 2017
Jan 30, 2020
Jul 30, 2019
Jun 28, 2021
Jun 21, 2018
Jul 1, 2021
Feb 24, 2016
Oct 4, 2018
Jun 21, 2018
Oct 4, 2018
May 21, 2018
Aug 19, 2016
May 7, 2020
May 3, 2016
Oct 4, 2018
Jun 18, 2018
Jun 16, 2020
Oct 4, 2018
Apr 18, 2018
Jul 8, 2021
Jul 8, 2021
May 3, 2018
Jun 22, 2021
May 7, 2018

Repository files navigation

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. Unlike Blockly, Scratch Blocks does not use code generators, but rather leverages the Scratch Virtual Machine to create highly dynamic, interactive programming environments.

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!

About

Scratch Blocks is a library for building creative computing interfaces.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.2%
  • HTML 2.5%
  • Python 2.0%
  • Other 0.3%