qpython-android / qpython

QPython is an Android Python engine primarily designed for Python and AI learners. It offers a range of impressive features to enhance Python programming experience.
https://www.qpython.org
1.03k stars 191 forks source link

How do i build pygame from source for qpython3 ? #195

Open dauuricus opened 3 years ago

dauuricus commented 3 years ago

This is kind of basic question.

qpython3 has nice some library for machine learning and some tools for math .

Maybe qpython pre 3 version has pygame package such as pydroid3 but I couldn't find the way for import pygame binary.

Then I find I can build pygame from the source code pygame-1.9.6 on termux.

I want to know how to built program packeges from source code for qpython3 and how to import to qpython.

Is there any infomation about that ?

thanks.