Skip to content
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

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open

Pygame-ce on Android #2971

wants to merge 4 commits into from

Conversation

AnGlonchas
Copy link

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.

site_packages_name = 'pygame-ce'
name = 'pygame-ce'

depends = ['sdl2', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'setuptools', 'jpeg', 'png']
Copy link

@pmp-p pmp-p Feb 11, 2024

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.

@Julian-O
Copy link
Contributor

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.

@T-Dynamos
Copy link
Contributor

@Julian-O It's not about pygame as kivy's backend but we can also run an actually game made in pygame using p4a.

@T-Dynamos
Copy link
Contributor

How it is different from #2838?
CC: @Julian-O

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants