[pygame] PySDL2 0.9.2 released

2014-04-13 Thread Marcus von Appen
PySDL2 0.9.2 has been released. PySDL2 is a wrapper around the SDL2 library and as such similar to the discontinued PySDL project. In contrast to PySDL, it has no licensing restrictions, nor does it rely on C code, but uses ctypes instead. Version 0.9.2 is a bugfix release, which fixes some

Re: [pygame] PySDL2 0.9.2 released

2014-04-13 Thread Floris van Manen
On 13 Apr 2014, at 09:25, Marcus von Appen m...@sysfault.org wrote: PySDL2 0.9.2 has been released. on OSX 10.9.2 only the following examples work properly: sdl2hello.py pixelaccess.py draw.py colorpalettes.py All others fail for various reasons: === particles.py AttributeError:

Re: [pygame] PySDL2 0.9.2 released

2014-04-13 Thread Floris van Manen
On 13 Apr 2014, at 09:25, Marcus von Appen m...@sysfault.org wrote: The documentation, listing all of its features, can be browsed online at http://pysdl2.readthedocs.org/. the url points to a non-existing site. .F signature.asc Description: Message signed with OpenPGP using GPGMail

Re: [pygame] PySDL2 0.9.2 released

2014-04-13 Thread Marcus von Appen
On, Sun Apr 13, 2014, Floris van Manen wrote: On 13 Apr 2014, at 09:25, Marcus von Appen m...@sysfault.org wrote: The documentation, listing all of its features, can be browsed online at http://pysdl2.readthedocs.org/. the url points to a non-existing site. Looks like the readthedocs

Re: [pygame] PySDL2 0.9.2 released

2014-04-13 Thread Marcus von Appen
On, Sun Apr 13, 2014, Floris van Manen wrote: On 13 Apr 2014, at 09:25, Marcus von Appen m...@sysfault.org wrote: PySDL2 0.9.2 has been released. on OSX 10.9.2 only the following examples work properly: sdl2hello.py pixelaccess.py draw.py colorpalettes.py All others fail for

Re: [pygame] PySDL2 0.9.2 released

2014-04-13 Thread Floris van Manen
On 13 Apr 2014, at 10:12, Marcus von Appen m...@sysfault.org wrote: Those errors indicate that you may have some older version of PySDL2 installed (probably 0.8.0 or earlier), which is loaded instead of 0.9.2. Try to deinstall it first. 0.9.0 introduced some backwards-incompatible changes

[pygame] [ANN] Spyral 0.9.6 Released

2014-04-13 Thread Robert Deaton
Hey all, I'm happy today to announce the first publicized and official release of spyral, a game engine built on top of pygame. It can be found on github at https://github.com/platipy/spyral and a lot more background and documentation can be found at http://platipy.org For a bit more background