Skip to content

Instantly share code, notes, and snippets.

View GarboMuffin's full-sized avatar
🕴️
At work most of the time

Thomas Weber GarboMuffin

🕴️
At work most of the time
View GitHub Profile
@GarboMuffin
GarboMuffin / games.md
Last active October 6, 2025 23:42
GMTK 2025 all games made using Scratch
@GarboMuffin
GarboMuffin / AudioStream.js
Last active September 15, 2024 05:47
Archive of old TurboLoader extensions for TurboWarp.
(function (Scratch) {
/*
Experimental extension for Scratch.
*/
var am_global_loop;
class AudioStream {
constructor(runtime, vm) {
this.runtime = runtime;
this.vm = vm;
this.contextList=[];