DEV Community

Discussion on: Just port a Golang game to Android

Collapse
 
ntoooop profile image
ntop

Yeah, I think there is no one really use gomobile build to build a workable APK, the author of ebiten engine @hajimehoshi use gomobile bind to work around those issues, he is the one I know that has published serval Golang games. GoMobile has hardcoded too much things. But those issues can be fixed easily, If anyone fixes the issues it'll be a good start!