PyGL2D - 0.2.2
A 2D Library for PyGame and PyOpenGL.
pymike
(pymike)
        This is a simple 2D library for PyGame and PyOpenGL. It currently supports
Enjoy :-)
    - Image drawing and manipulation
 - Fonts
 - Graphics Primitives
 - A rect class which supports floating point numbers
 - A simple geometry module with line and circle collisions
 
Enjoy :-)
Changes
          Fixed non-power of 2 texture issue. Thanks to Zohn Joidberg for the patch.