nwhitehead / pyfluidsynth

Python bindings for FluidSynth
GNU Lesser General Public License v2.1
204 stars 56 forks source link

Support for Python for Android #74

Open Sahil-pixel opened 2 months ago

Sahil-pixel commented 2 months ago

We need python for Android recipe to run in Android there is kivy python . So we can implement for Android. See here python module with C need recipe. https://github.com/kivy/python-for-android/tree/develop/pythonforandroid/recipes

cclauss commented 2 months ago

Big đź‘Ť on this... Python 3.13 release candidate 2 is scheduled to be released on Tuesday. There has been a lot of work done recently to bring Python Tier 3 support for both Android and iOS so making pyfluidsynth work smoothly on mobile devices would be well timed.

Sahil-pixel commented 2 months ago

If you write recipe for python-for-android . It will be great.

cclauss commented 2 months ago

I don’t own an Android… Check out https://beeware.org to see if you can create a simple Python app that runs on Android.

Sahil-pixel commented 2 months ago

Hey see i am Python kivy user . kivy is supporting android . there is project called python-for-android https://github.com/kivy/python-for-android .By using python-for-android we can make python program to apk in simple words . I want this module to build android application as this module is not based on pure python so i can't add to my android project with kivy for that i need python-for-android recipe . see recipie s https://github.com/kivy/python-for-android/tree/develop/pythonforandroid/recipes . See these are python module but not pure python so we need recipie to build python for android . I am asking if you write recipe for this module and add to python-for-android repository then we can use this module in kivy project and we can run on android device .