News

Pygame_sdl2 is a reimplementation of the Pygame API using SDL2 and related libraries. The initial goal of this project are to allow games written using the pygame API to run on SDL2 on desktop and ...
macOS (with brew): brew install sdl2 sdl2_gfx sdl2_image sdl2_mixer sdl2_ttf sudo pip install virtualenvwrapper Open a new shell to ensure virtualenvwrapper is running, then run: mkvirtualenv ...