py-sdl2 icon indicating copy to clipboard operation
py-sdl2 copied to clipboard

Python ctypes wrapper around SDL2

Results 27 py-sdl2 issues
Sort by recently updated
recently updated
newest added

# PR Description Could not draw a diagonal line on a surface with 1 bpp. I had a problem to draw a diagonal line, probably I should have using byte-wises...

When packaging the package (from tarball 0.9.13 from PyPI) I get these errors when running the test suite: ``` [ 40s] ==================================== ERRORS ==================================== [ 40s] ___________________ ERROR at setup...

Currently, the primary docs for all the `sdl2.ext` modules are in separate `.rst` files instead of being in-line with their corresponding code. This makes the docs much harder to maintain,...

sdl2.ext
maintenance

Would PySDL2 support `SDL_CreateThread()`?

Originally reported by: **anatoly techtonik (Bitbucket: [techtonik](https://bitbucket.org/techtonik), GitHub: [techtonik](https://github.com/techtonik))** ---------------------------------------- It is pretty confusing to read documentation that speaks about abstract pixels, with some vague connection to bytes in video...

minor
docs
task

The DISPLAY Environment Variable is used by all the applications that know about the X Protocol to find which X Server to connect to. SDL2 Libraries in other languages use...

Hi, I've noticed there is not yet any remotely Pythonic API for the Joystick and GameController features of SDL2, and I'd like to change that. To that end, I wrote...

@LukeMS has this added to his personal sdl2 repo on GitHub, but hasn't offered the patch upstream. Enough people seem to want it that I've decided ti offer it as...

Where in PySDL2 is sdl2.ext.time? This module is [documented](https://lukems.github.io/py-sdl2/modules/sdl2ext_time.html) but missing from the pypi package and the github repo. Contains basic useful stuff for regulating frame rate or using delta...

Originally reported by: **mungewell (Bitbucket: [mungewell](https://bitbucket.org/mungewell), GitHub: [mungewell](https://github.com/mungewell))** ---------------------------------------- Following the same concept/format as the SDL testrumble, please find attached a python script to do the same. ``` simon@bigbox:~/PySDL2-0.9.2/examples$ python...

enhancement
major