Skip to content

Latest commit

 

History

History
44 lines (22 loc) · 1.24 KB

File metadata and controls

44 lines (22 loc) · 1.24 KB

blockp5.js = p5.js + blockly

p5.js と Blockly による、ブロックプログラミングのサンプル。

screenshot

リンク

実行環境

  • ES2015 以降に対応の環境(ES Modules and Class)

カスタムブロック

  1. Blockly Developer Tools を使う.
  2. p5/blocks と p5/blocks_code に、ブロックファイルを保存する.
  3. p5_block.js と p5_code.js に、ブロックファイルをマージする.

参考:Blockly1.0:カスタムブロックの作り方.

ライセンス

Released under the MIT License. Please see LICENSE.

All Components have their own license.

コンポーネント