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

Re: [pygame] OpenGL 2D Game



Hi Simon.

Cool.  I'm really excited about trying this out when I get home.  Do you
know if it works with python 2.3?

-sjbrown

On Sun, 1 May 2005, Simon Wittber wrote:

> I've made things much more simple.
>
> All you have to do now is:
>
> import pygame_gl
>
> When you import pygame_gl, it decorates and overrides the normal
> pygame methods so that OpenGL stuff happens behind the scenes, without
> the need for any OpenGL knowhow. Most things should still work as
> expected.
>
> Get it from: http://developer.berlios.de/project/showfiles.php?group_id=2847&release_id=5636
>
> It's the pygame_gl package.
>
> Sw.
>