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++?
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 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.
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 Thanks so much for the reference.
© 2022 - 2024 — McMap. All rights reserved.