Skip to content

Platform support and GDscript #12

Answered by Splizard
BendySonic asked this question in Q&A
Discussion options

You must be logged in to vote

Can I use both GO and GDscript in one project?

Yes, you can register nodes in Go, and their exported methods/functions using gd types will be available to call from GDScript.

Or maybe only use some GO library

This is also possible but currently requires reasonable knowledge about both Go and Godot, this is still a space to explore and should be easier once there are more examples.

How many platforms does it support?

I can confirm that the project works on Linux amd64, it should also work on Windows and Mac amd64, I suspect it should work on Mac arm64 as well. Android/MetaQuest is not currently working but I have this on the roadmap.

32-bit systems are not supported and there is curr…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Splizard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants