Code Art
Drop
Drop
Generative Art in Python
2023
About
This piece was created via Samila (a generative art package) in Python. Two functions produce results based on the uniform() method of the random package that returns a pseudo-random floating point number between -1 - 1 for function 1 (f1) and -1 - 2 for function 2 (f2). These floats are manipulated arithmetically (including through use of the sine and cosine functions) and are used to generate an image projected as a polar plot.
This piece was created via Samila (a generative art package) in Python. Two functions produce results based on the uniform() method of the random package that returns a pseudo-random floating point number between -1 - 1 for function 1 (f1) and -1 - 2 for function 2 (f2). These floats are manipulated arithmetically (including through use of the sine and cosine functions) and are used to generate an image projected as a polar plot.