From 0644099fdbde3211d6d5aa508019c0740aa08163 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 10 Jul 2022 01:59:17 +0300 Subject: [PATCH] Updated Scratch (markdown) --- Scratch.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Scratch.md b/Scratch.md index ac6a1fc..f464aed 100644 --- a/Scratch.md +++ b/Scratch.md @@ -35,6 +35,9 @@ There are many versions of Scratch for different purposes. - Google Blockly https://developers.google.com/blockly/ ### Scratch Haxe + +Some of the Blockly Haxe code seems to be deleted, and some have license issues, I don't know is there working Blockly that generates Haxe code from blocks. There were previously some fork of Blockly where someone changed Blockly Javascript (or some other programming language) to instead create Haxe code. + - Blockly - https://github.com/nickmain/haxe-blockly - https://github.com/nickmain/haxe-blockly-flask-server