Skip to content

Files

Latest commit

 

History

History
 
 

blockly

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

cljsjs/blockly

This provides https://developers.google.com/blockly/, a library for building Scratch-like visual programming languages. It is used by https://github.com/ParkerICI/blockoid which provides a lightweight Clojurescript API.

[cljsjs/blockly "5.20210325.1-0"] ;; latest release

Notes

Blockly provides extensive multi-language support, but this only packages the English strings. Could easily be extended or customized for other languages.

Ext generation

Install https://github.com/jmmk/javascript-externs-generator and:

generate-extern -f ...blockly/blockly_compressed.js -n Blockly -o blockly.ext.js