Settings

Theme

Bintris – Golang Mobile Game

github.com

26 points by nergal 4 years ago · 4 comments

Reader

CraigJPerry 4 years ago

I’m impressed with how little yak shaving there is in this repo to run a Go binary in android - and one that uses embeds shaders and uses OpenAL - i was expecting to find a ton of code written just to interface with android / java, never mind the 3D and audio bindings, but the repo is instead mostly just filled with code dedicated to making the game.

If you really can focus on building your app and just rely on GoMobile like this then Go seems like a viable language for at least building android apps.

I’m impressed.

  • pjmlp 4 years ago

    Naturally you haven't seen much yak shaving, because games is one of three reasons why NDK exists in first place, the other two being writing native methods or using C and C++ libraries.

    If you application needs anything outside of this list of official NDK APIs, be prepared for JNI fun.

    https://developer.android.com/ndk/guides/stable_apis

GauntletWizard 4 years ago

I got my dollar worth of entertainment from this game, playing for a good fifteen minutes compulsively after purchasing. Bravo!

zibzab 4 years ago

If those openal fixes went upstream this should be a really smooth sail.

Any idea if that is happening?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection