clip-block
Clip Blocks is a library for building creative computing interfaces.
Introduction
Clip Blocks is a fork of LLK's scratch-blocks 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.
Documentation
The "getting started" guide including FAQ and design documentation can be found in the wiki.
Development
Cause we changed the method of the build script to support windows platform, you need to follow these steps to initialize your workspace:
yarn
Use npm script build
to build your source, mind that in windows you may be asked to create junction link for closure-compiler and closure-library before you build:
yarn run build
Donate
Not now.