Skip to content

Plugins, codelabs, and examples related to the Blockly library.

License

Notifications You must be signed in to change notification settings

crelytics/blockly-samples

Repository files navigation

Blockly Samples

This repo contains self-contained sample projects demonstrating techniques to include and extend the Blockly library. It also contains codelabs and plugins released under the @blockly scope.

Samples

Integrating Blockly

Real-time Collaboration

  • blockly-rtc: Real-time collaboration environment on top of the Blockly framework.

Prerequisites

Install node and npm.

Running

git clone https://github.com/google/blockly-samples
cd <any sample folder>
npm install
npm run start

Browse to http://localhost:3000

You may need to refer to a sample's README for further setup and running instructions.

Support

Blockly has an active developer forum. Please drop by and say hello. Show us your prototypes early; collectively we have a lot of experience and can offer hints which will save you time. We actively monitor the forums and typically respond to questions within 2 working days.

License

Apache 2.0

About

Plugins, codelabs, and examples related to the Blockly library.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 94.1%
  • HTML 2.1%
  • TypeScript 1.8%
  • Ruby 1.1%
  • SCSS 0.9%