
PyPy Team: Could you figure out how to make PyPy support Pygame (www.pygame.org)? I am trying, but having no luck so far. Signed, Thomas

2012/12/21 Thomas <thomas@doylend.com>
PyPy Team:
Could you figure out how to make PyPy support Pygame (www.pygame.org)? I am trying, but having no luck so far.
At some point (one year ago?) I had pygame run on pypy for sure. Did you try compiling pygame with pypy as the Python interpreter? -- Amaury Forgeot d'Arc

On Fri, Dec 21, 2012 at 10:56 AM, Amaury Forgeot d'Arc <amauryfa@gmail.com> wrote:
At some point (one year ago?) I had pygame run on pypy for sure. Did you try compiling pygame with pypy as the Python interpreter?
Are you sure? In October 2012 CTPUG sprinted on getting pygame running under pypy [1] and encountered a number of issues [2]. We got some bugs fixed and a pygame window to display eventually but it wasn't exactly working (or fast). Duangle has started to wrap SDL using cffi [3] which might be a saner starting point for getting an SDL wrapper that runs under pypy with good performance. [1] http://ctpug.org.za/wiki/Meeting20111008 [2] See commits at https://bitbucket.org/stefanor/pygame-pypy [3] https://bitbucket.org/duangle/pysdl-cffi Schiavo Simon
participants (3)
-
Amaury Forgeot d'Arc
-
Simon Cross
-
Thomas