You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to add to this post and add that there is an additional issue in EngoEngine/gl. Your last compiler error there,
../../../../../go/pkg/mod/github.com/!engo!engine/[email protected]/engo_mobile.go:97:25: too many arguments in call to gl.NewContext
have (interface{})
want ()
seems to be caused by a mismatch in the build tags between engo_mobile.go and gl_mobile.go. I've created an issue there to track as well.
looks like this was resolved in Pull Request #37 in EngoEngine/gl and on Pull Request #785. Neither of these changes have been released yet though, so you'll need to pull from the master branch.
go get github.com/EngoEngine/gl@master
go get github.com/EngoEngine/engo@master
This solved the issue on my M1, so you should be able to close this issue.
Im using m1 mac on the latest
Monterey
, and I keep getting erros whereGamePad
is not available to me.Looking at the source I believe it is not getting compiled due to my arch?
The text was updated successfully, but these errors were encountered: