-
-
Notifications
You must be signed in to change notification settings - Fork 366
Description
Working on a simple raylib game, which I am compiling for Desktop and android:
https://github.com/sebastian897/blockgame
The game compiles and runs fine on Android 14 and 16 and the android Studio Emulator. I am using
https://github.com/Bigfoot71/raymob
( I have symlinked the relevant files from the game repo above to a fork of raymob)
Then I added a simple menu showing two raygui buttons. It works fine on the emulator and via an APK on Android 16 (Pixel 7a).
On android 14 (Pixel 4a 5G) the buttons functionally work, but the rendering is broken:
There are weird "widely spaced gridlines" all over the screen, and when touching the button, the "pressed effect" shows up on large parts of screen outside the button, there is also some "flickering" in upper part of screen.
I am using the jungle theme. Not sure how to debug further.