py-sdl2
py-sdl2 copied to clipboard
Python ctypes wrapper around SDL2
The official documentation sites for the mixer, ttf, and image projects are now more than a *decade* out of date, having last been generated in 2009 (since before SDL2 was...
sdl2.ext exhibits some very odd behavior with windows in multi-display systems. I'm using sdl2.ext on an iMac with two displays. If I initialize sdl2.ext and then create two fullscreen windows...
Originally reported by: **Anonymous** ---------------------------------------- ---------------------------------------- - Bitbucket: https://bitbucket.org/marcusva/py-sdl2/issue/3
- Example application using mixer API - Added one sound effect and a looping chiptune to `examples/resources`, with credits On Debian 10, running this example depends on #143.
- factor presentation to render target out of SoftwareSpriteRenderSystem and TextureSpriteRenderSystem render method. - expanded interface of both render systems to allow manual presentation via 'present' method. - add flag...
Originally reported by: **Fernando Quivira (Bitbucket: [fquivira](https://bitbucket.org/fquivira), GitHub: [fquivira](https://github.com/fquivira))** ---------------------------------------- I hope this is the best way to figure out if I'm doing something dumb or this is really an...
Originally reported by: **Robert Winkler (Bitbucket: [rswinkle](https://bitbucket.org/rswinkle), GitHub: [rswinkle](https://github.com/rswinkle))** ---------------------------------------- Proposal ======= Remove SDL_RenderPresent/SDL_UpdateWindowSurface from SpriteRenderer::render() as in [this commit](https://bitbucket.org/rswinkle/py-sdl2/commits/cec5a1577ba46d38325accb59a355c0590ba9557) Why === While working on this project [inventwithpython_pysdl2](https://github.com/rswinkle/inventwithpython_pysdl2) I ran...
Originally reported by: **JP LeBreton (Bitbucket: [JPLeBreton](https://bitbucket.org/JPLeBreton), GitHub: [JPLeBreton](https://github.com/JPLeBreton))** ---------------------------------------- I'd like to create a callback when a sound finishes playing, and it doesn't appear to work like anything else...
Originally reported by: **Adrian (Bitbucket: [thiefmaster](https://bitbucket.org/thiefmaster), GitHub: [thiefmaster](https://github.com/thiefmaster))** ---------------------------------------- It would be nice if there was an example on how to load a texture sprite from a sprite sheet (maybe...
Originally reported by: **mungewell (Bitbucket: [mungewell](https://bitbucket.org/mungewell), GitHub: [mungewell](https://github.com/mungewell))** ---------------------------------------- Following the same concept/format as the SDL testhaptic, please find attached a python script to do the same. ``` simon@bigbox:~/PySDL2-0.9.2/examples$ python...