Generative Art
Generative art refers to art that in whole or in part has been created with the use of an autonomous system. An autonomous system in this context is generally one that is non-human and can independently determine features of an artwork that would otherwise require decisions made directly by the artist.
sineWaves
The inspiration behind this project was from one of the example pieces on the Processing website of a sine wave by Daniel Shiffman. When I saw the example, I immediately thought about how I wanted to overlap multiple sine waves with different amplitudes and periods. The way I decided to do this was to modify the code to include a "wave" class. This would allow me to create as many instances of a sine wave as I wanted. You can check out the code itself here: https://github.com/jadezlee/sineWaves
Random Noise
These images come from code that uses noise to generate these lines. I used both a custom noise function and the built in noise() function.