PyGL2D - 0.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 a memory leakage bug in the Font class
 - Added 'width' to rects
 - Changed image.color() to image.colorize()
 - Cleaned and updated the example script.
 - Updated the docs
 - Fixed a few various bugs