[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Start of an OpenGL accelerated Pygame



Just a heads up - pygame reloaded is already importable as pygame2. It's also a wrapper around SDL 2.0, although I don't know how it differs from your code:

http://code.google.com/p/pgreloaded/


On 22 February 2013 21:40, Paul Vincent Craven <paul@xxxxxxxxxxxxxxxx> wrote:
Hi, this is a very early start of a Pygame that runs on SDL 2.0 with full OpenGL hardware acceleration:

https://bitbucket.org/pcraven/pysdl/wiki/Home

Paul Vincent Craven