does pygame run on ubuntu touch
-
I have a game I made in pygame that I want to port
-
@amy I would start by looking in the UBports Docs https://docs.ubports.com/en/latest/appdev/index.html
-
@amy
I was able to install it with:sudo apt-get install python-pygame
and then tried to run a simple pygame, resulted in:
Fatal Python error: (pygame parachute) Segmentation Fault Aborted
So why not test it yourself?
-
@magdesign I think that's not the way you want to go.
Apps would be confined anyway so you should include dependencies in the app.The way to go, it should be adding pygame to the clickable.yml
I don't know if you need to add a way of doing
pip install pygame
that would add them in the local folder (to be confirmed)https://clickable-ut.dev/en/latest/project-config.html#libraries