pygame is
pygame.org is
|
Pyctor
PyctorTero Tapani Ranta (tzerba)Tags:DescriptionAn extract of an example usgae session that produces the uploaded image.
-----------------------------------------------------------
name: math_art_1.bmp
size: 256, 256
valid parameters in functions are
b : blue
rfunc : red function
g : green
h : 256
gfunc : green function
r : red
bfunc : blue function
w : 256
y : vertical position
x : horizontal position
size : (256, 256)
red function: x**2+y**2
green function: (x-w)**2+(y-h)**2
blue function: (x-w/2)**2-(y-h/2)**2
---------------------------------------------------------
The source code is rather simple.
Version is probably 1.5 or so.
It is upgaded of an earlier (working, not yet shared) project of mine.
Links
ScreenshotPygame.org account CommentsIf you wish to leave a comment with your pygame.org account, please sign in first.
|
|