PyGame Squirtle Port
Port of Super Effective's Squirtle SVG Library
pymike
(pymike)
This is a pygame/pyopengl port of Martin O'Leary's Squirtle SVG Library for Pyglet. This library lets you render SVG graphics with PyGame and PyOpenGL. Currently in heavy beta! I need testers to make sure it works with their versions of OpenGL.
Info
Squirtle is originally released under the BSD by Martin O'Leary of SuperEffective.org, and retains said license. See Squirtle-LICENSE.txt and Squirtle-README.txt in the main folder.Planned Features
If anyone wants to step up and add these, please let me know!- Font support
- Normal image support (such as PNGs, BMPs, etc.)
- Collisions module
Extra Dependencies
- PyOpenGL - http://pyopengl.sf.net/ (Tested with PyOpenGL 3.0.0b5 for Python 2.5)
- Ctypes - http://python.net/crew/theller/ctypes/ - Included in Python 2.5
Changes
Links
- Home Page
- http://pymike.pynguins.com/