mcfletch / pyopengl

Repository for the PyOpenGL Project
Other
314 stars 97 forks source link

PyOpenGL and Android #103

Closed mak8kammerer closed 1 year ago

mak8kammerer commented 1 year ago

Hi there! Is it possible to run PyOpenGL on Android OS? Are there any examples?

mcfletch commented 1 year ago

I haven't touched Android development in years. My strong suspicion is that anyone looking at Python + GLES on Android is likely choosing Kivy rather than raw Python + PyOpenGL. See e.g. https://kivy.org/doc/stable/examples/gen__3Drendering__main__py.html HTH.