Hey! Godot exists!
It does and I use it and I love it.
But I now, thanks to this post, see I am weak. I must feel pain to feel alive! /s
You’re right, everyone is talking about migrating Unity to Scratch, but where are all the guides and blogs about moving from Godot to Scratch?
This is my thought every time I see anyone talking about the unity news.
Advantages:
- runs in a web browser
- very easy to code with
Disadvantages:
- does not compile to a binary
- is capped at JS speeds
- has limited resolution
Runs at industry standard speed.
is capped at JS speeds
So, just like every Electron app?
Except worse, because it’s an electron app interpreting the app you actually want to run, so double slowness.
double slowness.
Sorry, but we prefer to call that “cinematic”.
Turbowarp.
How’s tutorials and troubleshooting resources vs unity? Being able to Google answers is super important.
Bro really needs docs in order to program with frickin’ blocks
I think there’s likely more scratch tutorials though the advanced stuff just requires a basic understanding of logic.
All fun and games until someone forks it to remove the limits.
Raspberry pi ensures you can put your game studio in your pockets
Oh wow, I didn’t realize it was open source too!
2d minecraft ftw
Back in my day we called it DigDug and it blew my mind.
Electron only. 🤢
But it’s written in some oddball language called Squeak
Squeak is just a programming environment for Smalltalk, the language in which object-oriented programming was invented.
If anything, it’s those languages that tried to bolt on object-oriented features to Algol that are the oddballs!
Smalltalk is still being used? That’s really surprising honestly.
Have you heard of objective C? It is basically C with embedded Smalltalk.
In my first programming class in what Americans would call middle school (I was in grade 9), we got introduced to scratch and used it to draw penises lol.
It runs Doom.
Here I think? https://scratch.mit.edu/projects/565583443
there’s a guy in the emudev server working on a gba emulator in scratch (and completed a Gameboy one, and it’s pretty accurate AND fast!)