I've been wanting to learn Godot for some time now. Being able to develop on the iPad is supercool (for side-project game devs). In addition, you can also now run Godot on the Meta Quest (https://www.meta.com/en-gb/experiences/godot-game-engine/771...). Also, as Xogot runs on iPad and VisionOS can run iPad apps, it might even run there (haven't checked). That's a lot of fun platforms for playing around with it.
He worked on Mono for nearly two decades, and contributed significantly to the platform. He may have stopped working on it because the platform is quite mature (and Open Source) and his continued work would have limited impact.
I would love to hear more. Always been a big fan of Miguel and his positive stance towards mending fences with MS. Sad to hear transitioning to the mother ship didn't work out.
I am not really familiar with the apple ecosystem, but my understanding is that they frown on open execution environments, that is emulators, virtual machines, interpreters etc. and a system that lets anyone develop and load games sounds like just that.
The terms have changed gradually over the years and now we are boiling IDEs on the iPad.
My plan is to ship something that is both a great iPadOS app and operates within the confines of the AppStore restrictions.
I find restrictions as a powerful motivator to think about a problem differently. Lots of great art (and software) is great when it explores and brings to light what’s possible with the limitations of a medium.
I love the spirit here, but the limitations on iOS are not the limitations of the medium. Mobile computing has lots of interesting and inspiring limitations, we don't need apple to draw artificial squircles we can't cross in an api.
20 years is a generation, however for many of us, Apple's walled garden was a refreshing concept versus the mobile operators gardens.
First of all, getting SDKs was akin to console devkits, back in 2004 getting a Symbian SDK was still a commercial only product for example, same for Windows CE/Pocket PC,...
Followed by about 80% tax, only to be listed on mobile phones magazines, with the SMS code to trigger the application download.
Hence why everyone rushed for the garden, it was indeed easier to be creative in Apple land.
They allow execution environments and have for many years. See pythonista etc
They haven’t allowed emulators till this year, but Xodot isn’t an emulator.
But what you’re likely thinking of with regards to execution is that they don’t allow creating new executable code. Ie no JIT or compilers, but interpreters are fine. Hence you can do GDScript (which runs in an interpreter like Python does) but you won’t be able to use the other language backends which compile down.
> they don’t allow creating new executable code. Ie no JIT or compilers
The Metal compiler is embedded in the Metal runtime and runtime compilation of GPU kernels is part of the official API. So I'm not sure if Apple would actually prohibit JIT-ing GPU code.
Now that I think of it, I wonder if you could create a Metal IDE using nothing more than the Swift Treesitter module and a Metal definition for it. As of today, you can use the Swift Playgrounds app if you don't mind not having any compiler errors or warnings provided to you.
Programming languages (IDEs) were always allowed as long as the code couldn't be downloaded from the internet. Local or cloud load/save is OK. An user copying it manually using a clipboard from a web page is OK as that's user doing. But direct downloading was a no-no. This was explained as to prevent any application from becoming AppStore-like.
There are some tricks, like using curl | sh approach by the user for UNIX-like environments, or similar things for Python IDEs. But again it is something that the user have to do and learn about it from an outside source.
I’ve been following the development of this via Miguel’s blog and mastodon, and as someone who is really interested in iPad development and app design I really want to try it out but I just don’t have time for another hobby.
I’m signing up and gonna try it out, but I feel like I’ll need to put more than an afternoon of dabbling to get anywhere interesting.
It was massively overblown. Godot is fine. Redot has none of the main godot developers. The ended up with 10x more controversy on their own discord, than on the official Godot one.
I just had a quick look at their github, and almost everything is just merging PRs from standard Godot. Either they will stay close enough to the standard code they can keep merging (in which case, why exist?), or they will eventually start getting more different, in which case they are going to need a lot more developers to do anything useful.
> And then there was more controversy in their discord, which they later falsely claimed was the “unofficial” discord even though it was listed on the community part of their website and run by their social media people
There are two discords linked from the community section[1], one of them is listed under “Official communities” and the other under “User-supported communities”. The discord in question is the latter, the unofficial one.
>There are two discords linked from the community section[1], one of them is listed under “Official communities” and the other under “User-supported communities”. The discord in question is the latter, the unofficial one.
I went and looked on the way back machine—that only became true in July of this year; prior to that, the user support community's Discord was marked as the official one.
Do you think that blackeyeblitzar was mistaken about that being the official Discord because they were referring to an out of date version of the Community page dating back more than 4 months ago?
I think most people would have considered the "not official" discord the official one because it WAS when they joined it.... especially considering most of the moderation team behind it was the same team running this new "official" one.
The entire narrative of "oh well it's not the official one so we wash our hands of it" is incredibly weak to anyone who isn't trying to find excuses for the project considering it was the official one until recently and tons of people were shocked to find out it wasn't the official one anymore.
Nobody who actually uses that discord server would have been shocked, since it was widely, repeatedly and loudly announced on it that they were moving to the official server months ago.
When software projects fork for petty ideological reasons, they fail. None of the skilled developers moved over to Redot. Godot continues to get support and features. Redot still can't figure out how to refactor the code to remove references to Godot.