kyamagu / skia-python

Python binding to Skia Graphics Library
https://kyamagu.github.io/skia-python/
BSD 3-Clause "New" or "Revised" License
229 stars 41 forks source link

[QUESTION] : Android and iOS (kivy/pyqt) #207

Open jhay06 opened 10 months ago

jhay06 commented 10 months ago

Any instruction on how to build it for android and ios ?

thanks

HinTak commented 10 months ago

Your guess is as good as mine - how do you build python packages for ios and android? And how do you run python, before building packages, on ios and android?

If you have answers for the second question, we might be able to get to the first question.

jhay06 commented 10 months ago

in kivy it is using pip , already tried it but when running it crashed on skia.so bad elf magic

HinTak commented 10 months ago

pip won't work - skia-python needs a compiler etc for platforms we don't build; or we need to add github action to build it. One of these two alternatives.