MyreMylar / pygame_gui

A GUI system for pygame.
MIT License
690 stars 80 forks source link

Test Pygame GUI on Android #41

Open MyreMylar opened 4 years ago

MyreMylar commented 4 years ago

Building Pygame 2 applications on Android is becoming possible via Python-For-Android (aka P4A):

https://github.com/kivy/python-for-android

Here is a relevant issue on the subject over on the pygame GitHub: pygame/pygame#727

When it is working relatively reliably we should test Pygame GUI on there and see what the state is. This may have relevance to other issues like #27 .

captain0xff commented 2 years ago

Currently most pygame_gui ui_elements doesn't work in android because pygame is built without freetype in python-for-android. But freetype is there in p4a and so if someone re-writes the pygame recipe in p4a with freetype, pygame_gui would definitely work in android.