From bae59de03270f1449789169ef3246e8394f348b9 Mon Sep 17 00:00:00 2001 From: Mov Date: Sat, 21 Jun 2025 17:41:00 -0400 Subject: [PATCH] add TurboWarp TurboWarp is a free, open-source and powerful modification of the kids' programming platform Scratch that includes a packager that exports games to webapps, Electron apps, and whatever Mac and Linux use idk TW is viable for making serious projects and small games, and is a necessity for running a heavy scratch project at over 5 fps ;) The language TW (and Scratch and other various forks) uses is called Blockly. --- apps/turbowarp.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 apps/turbowarp.json diff --git a/apps/turbowarp.json b/apps/turbowarp.json new file mode 100644 index 0000000..c40c17c --- /dev/null +++ b/apps/turbowarp.json @@ -0,0 +1,7 @@ +{ + "process_name": "TurboWarp.exe", + "window_keyword": "turbowarp", + "project": "TurboWarp", + "language": "Blockly", + "plugin": "bearnard" +}