Skip to content

jackysz/boilerplate-blockly-threejs-es6

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boilerplate for using Google Blockly, es6, browserify and three.js

Here a self explanatory gif that clarifies what this repo is about.

example

Installation

Clone the repository and run npm install.

Clone blocky

Clone the Blockly repository https://github.com/google/blockly inside the build folder. The blockly npm package is not included in the package.json file because it does not play well with the build system, I'm loading it separately.

Once the installation is done, run gulp. You should see a page with some blocks to drag and drop

How to create custom bloks

The fastest way to create new blocks is to use the online editor.

Here you can find the documentation and a video tutorial

About

blockly threejs es6 browserify template, unstable WIP ++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Other 0.4%