renpy / pygame_sdl2

Reimplementation of portions of the pygame API using SDL2.
GNU Lesser General Public License v2.1
329 stars 66 forks source link

Package pygame_sdl2 as python wheels. #11

Closed renpytom closed 8 years ago

renpytom commented 9 years ago

The wheels should include SDL2 and the various other libraries it will use.

Key to getting this to work will be adding a module that calls SetDllDirectory on windows, ensuring that the package directory is in the DLL search path before anything that links to SDL2 is loaded.

ethanhs commented 8 years ago

:+1: I would love this.

renpytom commented 8 years ago

http://share.renpy.org/pygame_sdl2-2.0.0-cp35-none-win32.whl

Is the first wheel I've built, for Python 3.5 32-bit on Windows. More soon.

renpytom commented 8 years ago

Wheels are now available at:

http://nightly.renpy.org/pygame_sdl2/

and will be released to pypi when 2.1.0 is final.