pygame is
pygame.org is
|
pygame transparent vectors
pygame transparent vectors - 1.0Luke Endres (fallopiano)Tags:DescriptionA 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. ChangesA lib that can easily create pygame vectors with transparency! release 1.0 can currently support transparency with rects, polygons, and circles. enjoy :)
Also, when you run example.py, you will probably be averaging about 1 to 0 frames per second. This is because I added a couple for loops, that in turn run 15,000 times a game loop to create those 3 color blended, rounded rectangles. If you don't want those there (and want to get a healthy fps), just comment lines 35 to 45. Links
ScreenshotReleases
Pygame.org account CommentsIf you wish to leave a comment with your pygame.org account, please sign in first.
|
|