/orchestra-blockly

A forked version of Google's Blockly that is designed for offline use in Electron and has some core changes for the Orchestra IDE

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Orchestra Blockly

This is the fork we made of Blockly to make it suitable for Orchestra. It includes our special needs:

  • Fully Offline: So that we can use it on Electron
  • Custom Design: To suit our design harmony
  • Custom Core Functions: Like for example the way block help works

Changes made to the base

  • In Block SVG (from Core), the definition of Blockly.BlockSvg.prototype.showHelp_ was changed (Check this issue for more details)