ShadowApex / godot-go

Go language bindings for the Godot Engine's GDNative API.
MIT License
363 stars 31 forks source link

Question about running on mac. #39

Open tealMage opened 6 years ago

tealMage commented 6 years ago

Description

Does godot-go work with the current version of godot and golang? I was getting an error:  does not have a library for the current platform. Thanks

Details

Go version go1.10 darwin/amd64
Godot version 3.0.2.stable.official
Godot-Go version/commit hash 1746202a2001f65ff7eb635b8cd7fc2a6ea64ca2
OS Mac
ShadowApex commented 6 years ago

Hi @tealMage ,

Can you provide some more information about this? When are you getting this error? When you're building your library or when you're trying to run the game with Godot?

If you can post the full log output, it would be helpful.