I have a lot of old Scratch projects on the web across multiple accounts and I have an idea of making a gallery of sorts with emulated versions of all the games. I know you can convert it to javascript via Turbowarp but it wouldn't be nearly as cool for the gallery just to be a bunch of executable files in a folder. Is there a way to get those converted files and put them into a Godot project and for the files to work decently enough?
#Any way to emulate Scratch projects into Godot?
3 messages · Page 1 of 1 (latest)
I don't know about converting them to executable via godot, however if it's what you want, it's possible to convert them to exe via Turbowarp packager: https://packager.turbowarp.org/
Converts Scratch 3, 2, or 1 projects into HTML files, zip archives, or executable programs for Windows, macOS, and Linux. Faster and more customizable than HTMLifier and forkphorus.
So is it then possible to run these executables in a Godot file?