Hello! I recently ported Gish to the Android OS and added some improvements and fixed some bugs.
https://github.com/EXL/Gish (APK in Releases)
Now Gish works through the SDL2 library.
Building for GNU/Linux:
mkdir build; cd build
cmake -DCMAKE_BUILD_TYPE=Release -DGLES=Off ../gish/src/main/cpp/
make
Building for Android OS:
ANDROID_HOME="/opt/android-sdk/" ./gradlew assembleDebug
Video: https://youtu.be/GyMU2oV2LI4
Some info: http://exlmoto.ru/gish-droid (in Russian)
I would be glad if you integrate some improvements (for example, port on SDL2) into this repository.
Best regards!
Hello! I recently ported Gish to the Android OS and added some improvements and fixed some bugs.
https://github.com/EXL/Gish (APK in Releases)
Now Gish works through the SDL2 library.
Building for GNU/Linux:
Building for Android OS:
ANDROID_HOME="/opt/android-sdk/" ./gradlew assembleDebugVideo: https://youtu.be/GyMU2oV2LI4
Some info: http://exlmoto.ru/gish-droid (in Russian)
I would be glad if you integrate some improvements (for example, port on SDL2) into this repository.
Best regards!