The SDL forums have moved to discourse.libsdl.org.
This is just a read-only archive of the previous forums, to keep old links working.


SDL Forum Index
SDL
Simple Directmedia Layer Forums
VoV - Android game in Go/SDL2
umpahblah


Joined: 27 May 2016
Posts: 1
Hi,

I just wanted to show my game written in Go/SDL2. I saw that other members also does that, I am sorry if I am breaking any rule with this.

https://play.google.com/store/apps/details?id=com.github.gen2brain.vov

Source is available here https://github.com/gen2brain/vov .

Go project is compiled to C shared library and then linked to SDL. SDLActivity.java is used as with C/C++.
Gradle is used for building, whole project can be imported in Android Studio so you can use CPU monitor, debugger etc. but Go lib needs to be rebuild with bash script after changes.