My favorites | Sign in
Project Logo
                
Search
for
Updated Jul 11, 2007 by simonwittber
Labels: Featured
GFX  
Graphics Tech for the Client

GFX is a Pyrex extension, which draws stuff.

All it does is load textures, draw quads and lines with different blending modes. It doesn't use PyOpenGL, and needs Pygame to load images, setup windows etc.

The rationale behind GFX is:

  • PyOpenGL is in a state of flux
  • Pyglet hasn't been released yet
  • In the end, all I really want to do is draw lines and blit images. Oh, and fast blends too!


Sign in to add a comment
Hosted by Google Code