-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pygame-ce on Android #2971
base: develop
Are you sure you want to change the base?
Pygame-ce on Android #2971
Conversation
site_packages_name = 'pygame-ce' | ||
name = 'pygame-ce' | ||
|
||
depends = ['sdl2', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'setuptools', 'jpeg', 'png'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sdl2_image could link "webp" dynamically not just jpeg/png. But probably not actually the case.
I had considered raising an issue on Kivy itself to support Pygame-CE as well as, or instead of, Pygame. However, pygame support is being deprecated. I am worried what effect that might have on this PR. |
@Julian-O It's not about pygame as kivy's backend but we can also run an actually game made in pygame using p4a. |
Added a pygame-ce recipe for newer developers, i saw the opportunity to contribute to this community, and i already used this on my project.