liwanghong / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

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

License:Apache License 2.0


Languages

Language:JavaScript 97.0%Language:Python 1.6%Language:HTML 1.4%Language:CSS 0.0%