pygame_sdl2
pygame_sdl2 copied to clipboard
Reimplementation of portions of the pygame API using SDL2.
It seems, pygame.NUMEVENTS is not defined. I'm using python 3.
**Context** I noticed this difference testing Lost Sky because Marisa's Master Spark spell looks different in Pygame SDL2. Pygame SDL2 vs Pygame  **Directions to Reproduce** I tracked this down...
Noticed this since some of Lost Sky's UI elements looked a little off. The image "black.png" used in this script is here:  The following code fills the screen with...
Both are available starting with SDL2_image 2.6.0, but must be explicitly enabled at build-time. Also let python query successful initialization of specific formats. I'm unsure if this was originally intended,...
EventType.__eq__ has the following implementation: ` def __eq__(self, other):` ` return self.__dict__ == other.__dict__` if other is None, this results in the following AttributeError: ` File "src/pygame_sdl2/event.pyx", line 90, in...
Hi, I was trying to import pygame_sdl2 into renpy project. to do this i downloaded the library from here https://github.com/renpy/pygame_sdl2/tree/master/src/pygame_sdl2 (I failed with pip) (I tried to follow the read...
As soon as I run python setup.py install, python couldn't find the file named"command". How can I put pygame_sdl2_windeps into the pygame_sdl2 checkout? And why python couldn't find the file?...
On the sdl2 branch in libsdl-org/SDL there is a function SDL_JoystickGetDeviceInstanceID in [joystick.h](https://github.com/libsdl-org/SDL/blob/SDL2/include/SDL_joystick.h#L300). I don't see it in the version of sdl2 the pygame_sdl_windeps repo has which is why the...
There's nothing in this folder
This file serves no purpose. Accidentally committed?