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

Re: [pygame] SDL 2.0



On Tue, Aug 13, 2013 at 3:25 PM, geneb <geneb@xxxxxxxxxxxxx> wrote:

Does the OpenGL ES support mean that it will work properly on the Raspberry Pi?

tnx!


Hi,

Yes, it does work with raspberrypi.

There are some people working on better SDL2 support for raspberrypi in this issue:
    http://bugzilla.libsdl.org/show_bug.cgi?id=2005

That should let you use Directfb, rather than needing X11.  At some point there should be support for using the dedicated video scaling hardware, which is the fast path for 2D graphics on the raspberrypi.  Whereas the OpenGL ES is the slower hardware when doing just 2D graphics on the pi.


cheers,