Is GDExtension supported for mobile platform targets?
Asked Answered
R

4

0

Hi I'm looking at the documentation, and I can't find on what targets is GDExtension supported. I understand that 4.2 added support for Web, but what about Android and iOS? If not, would you use modules for coding a game in C++?

Resnatron answered 30/11, 2023 at 19:39 Comment(0)
M
0

GDExtensions do support Android and iOS. You might need to compile the export templates yourself. See here. I'm not sure if this is true for all platforms or just web.

Meander answered 30/11, 2023 at 20:55 Comment(0)
R
0

Meander The page you linked to is about web export. In the GDExtension example in the documentation , the gdexample.gdextension file contain android but not ios; this concerns me.

Resnatron answered 30/11, 2023 at 21:6 Comment(0)
M
0

Yes, I know that page is about web export. I am saying it may or may not affect other platforms as well. That .gdextension file in that example is one which you create. I'm having a hard time finding an example which contains iOS libraries. If I were you I would go ask in the #gdnative-gdextension channel on the official discord. It appears some people there are working on gdextensions with iOS in mind.

Meander answered 30/11, 2023 at 21:44 Comment(0)
R
0

Meander Thanks so much for the reference.

Resnatron answered 1/12, 2023 at 3:55 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.