Rotation
Rotation
Rotation
Generative Art in Python
2023
About
This piece was created via Samila (a generative art package) in Python. Three distinct images are generated and placed side-by-side to give the appearance of movement.
Two functions produce results in each of the images based on the uniform() method of the random package that returns a pseudo-random floating point number between -1 - 7 for functions 1 (f1) and 2 (f2). These floats are manipulated arithmetically in slightly different ways for each section (including through use of the sine and cosine functions) and are used to generate images.
This piece was created via Samila (a generative art package) in Python. Three distinct images are generated and placed side-by-side to give the appearance of movement.
Two functions produce results in each of the images based on the uniform() method of the random package that returns a pseudo-random floating point number between -1 - 7 for functions 1 (f1) and 2 (f2). These floats are manipulated arithmetically in slightly different ways for each section (including through use of the sine and cosine functions) and are used to generate images.