Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 698 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 698 Bytes

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)