Re: [pygame] OpenGL stretch of a pygame.Surface

2014-07-30 Thread VertPingouin
Ok I now create my texture once. I'm having some issues with this > You're creating an extra copy of the texture data here. > To avoid that, you could use surfarray to create a surface > backed by a numpy array, do your drawing into that, and > then pass the numpy array directly to glTexImage2D.

[pygame] Missing Module and Font

2014-07-30 Thread diliup gabadamudalige
Dear Peter or anyone else who can help me, I downloaded - pygame-1.9.2a0.win32-py2.7.msi 6.4MB from the Pygmaesite and everything runs smoothly. I can comile using py2exe without any error. BUT I CANNOT import pygame.freetype. Gives me