Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Godot Editor on iPad #9130

Closed
Drakenroft opened this issue Feb 19, 2024 · 2 comments
Closed

Godot Editor on iPad #9130

Drakenroft opened this issue Feb 19, 2024 · 2 comments
Labels

Comments

@Drakenroft
Copy link

Describe the project you are working on

/

Describe the problem or limitation you are having in your project

Absence of Godot Editor for iPad.

Describe the feature / enhancement and how it helps to overcome the problem or limitation

iPad is the most world-wide used tabled platform, it is used from everyone from normal users,artists to advanced users during mobility. It already offer all the tools needed to develop for 3D and 2D the only real missing piece of software missing is a full fledge native Game Engine.
Being Godot Editor basically at the pinnacle of cross-platform support, literally running on every current machine ad OS (i think only arm64 Windows is currectly missing besides iPad), i think Godot should come to iPad too empowering many common users to be able to start and learn game development, like it already happens for Android.
As far as i have understood compiling Godot for iPad at the moment is as simple as:
scons p=ios target=editor dev_build=yes arch=arm64
But there are minor problemes that comes with it like the impossibility to spawn subprocess on iOS/ipadOS
Thus being said i saw that a youtuber has made Godot Editor run successfully with a "minor" effort
( )

So that's it my feature proposal is to port Godot Editor to iPad, it would for sure it would increase the already extremely large userbase and would also be the first to come to that platform, making possibile in the future to make even "crazier" port like the editor running on Vision Pro which could be extremely interesting

Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams

/

If this enhancement will not be used often, can it be worked around with a few lines of script?

/

Is there a reason why this should be core and not an add-on in the asset library?

/

@bruvzg
Copy link
Member

bruvzg commented Feb 19, 2024

Duplicate of #1061

Also, see #8151 (required to actually implement it).

  • Godot uses multiple processes to work, and this is impossible to do on non-jailbroken iOS. You can build the editor, and hack it to open specific project (see bruvzg/godot@2b8ae2d), but it won't have a proper project manager, won't be able to run projects and practically unusable.
  • It's won't be accepted to the App Store, since it's capable of running external scripts.

@KoBeWi
Copy link
Member

KoBeWi commented Feb 19, 2024

Closing as duplicate.

@KoBeWi KoBeWi closed this as not planned Won't fix, can't repro, duplicate, stale Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants