pygame transparent vectors
A simple lib that can create pygame vectors with alpha transparency.
Luke Endres
(besktrap)
A simple lib that can create pygame vectors with a specified amount of transparency. see README.txt for more information.
PTV currently supports:
- circles
- rects
- and polygons
further releases will have support of ellipses and arcs.
Changes
Links
- Home Page
- http://sites.google.com/site/endres94/
Releases
pygame transparent vectors 1.0 — 9 Aug, 2009
pygame transparent vectors 1.1 — 3 Oct, 2009
Pygame.org account Comments
-
David 2014-01-09 15:05
Traceback (most recent call last):
File "/home/matt/test.py", line 7, in <module>
from ptv import * # import all functions and classes from ptvLIB
ImportError: No module named ptv