AASHNA NAIR
Creative Coding - Illustrator- Writer - Artist - Data Analyst - Research
Tools:
Unit:
Year:
p5.js web editor
Creative coding and generative art
2020
Creative coding, generative art,
visuals
Keywords:
These are some of my p5.js explorations. Each set of images are variations of the same code linked to them.
Here the code generates a mandala pattern using multiple ellipses and rotate function. The 'noise' feature on changing values gives different variations.
Scroll this way.
click on any image to see the full code
A simple code where lines run from end to end and are assigned specific start and end positions. Changing RBG values in random() gives different shades of lines.
click on any image to see the full code
Like the line code, here the code takes 150 circles and of random sizes and assigns random positions on a canvas of 400x400. Here as well, colors can be changed by changing RGB values.
click on any image to see the full code
Taking words at random from the lyrics of a song, the code here displays various iterations of words displayed with varying colour patterns.
click on any image to see the full code
Code here forms a spiral, the iterations of which at different stages are shown here. Colour of the spiral and background can be changed.