Re: [PyOpenGL-Users] Using PyOpenGL for 2d game graphics
Brought to you by:
mcfletch
From: Simon W. <sim...@gm...> - 2006-03-06 01:04:21
|
On 3/6/06, Erik Johnson <ejo...@fa...> wrote: > Please take a look if you are interested, and let me know if you have > any feedback. This is great. OpenGL is very good for 2D operations, and these small tutes will do well to get more people looking at OpenGL and Python. Only error I found is in example1a.py line 13: pygame.display.flip() -Sw. |