Pyctor - 2.3
A pygame powered python artwork application which produces images with user defined mathematical functions.
Tero Tapani Ranta
(tzerba)
A pygame powered python artwork application which produces images with user defined mathematical functions.
See my Home Page.
Changes
Pyctor 2.3
I fixed an annoying bug that made use of math functions impossible.
To include math functions do (for example)
math.sqrt(x)
OR
$sqrt(x)
To include random values do
rand.randint(64,128)
OR
?randint(64,128)
I did some other minor changes as well.
Hope you enjoy playing with this :)
I fixed an annoying bug that made use of math functions impossible.
To include math functions do (for example)
math.sqrt(x)
OR
$sqrt(x)
To include random values do
rand.randint(64,128)
OR
?randint(64,128)
I did some other minor changes as well.
Hope you enjoy playing with this :)