Skip to main content

Pyctor

A pygame powered python artwork application which produces images with user defined mathematical functions.


Tero Tapani Ranta
(tzerba)
An 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.

Changes

Links

Home Page
http://www.mediafire.com/?ngckdwdnmxt

Releases

Pygame.org account Comments