//=time() ?>
Genuary2021 Day 23 These five colors with no gradient.
Went with these flowers. I fell behind again because of semester start but let's see what I can do in a few days to catch up :)
#genuary2021 #genuary #sketch #processing
Day 26 of #genuary2021: Prompt 26(grid of permutations) and prompt 27 (2D perspective). Watercolor always brings surprises.
#creativecoding #generativeart #plottertwitter
#Genuary day 25 - permutations of triangles with holes (with colours from day 23)
A triangle points in one of four directions, or is absent.
A circle is cut out in one of five positions.
Each permutation appears once.
#genuary2021 #generative #generativeArt #creativeCoding #p5js
Prompt 26. 2D Perspective. Genuary21.
#genuary #genuary2021 #genaury #genaury2021
#generative #computational #creativecoding #geometry #experimental #generativeart #generativeartcode #perspective #Processing #animation #abstractart #motiondesign
GENUARY JAN.26 // 2D Perspective
Shadows are the easiest way to introduce perspective, don't you think so ?
#genuary #genuary2021 #creativecoding #algorithmicart #processing
genuary_day23 - Draw a line. Wrong answers only
https://t.co/RO0pnbpZtU
#Genuary #genuary2021 #Generative #GenerativeArt #Digital #DigitalArt #Abstract #AbstractArt #Geometry #GeometryArt #ComputerArt #CodeArt #Art #CreativeCoding #Sketch #Javascript #p5 #p5js #line
Day 25 of #genuary2021: Prompt 26(grid of permutations) and prompt 27 (2D perspective). #creativecoding #generativeart #plottertwitte
#Genuary day 23 - restricted colours
refactoring earlier sketches reveals good/bad programming practice.
Good - colors array makes it easy to change them
Bad - need to properly build inheritance into my shape classes
#genuary2021 #generative #generativeArt #creativeCoding #p5js
Prompt 23. 5 Colors, no gradients. Genuary21.
Dithering Algorithm + @rijksmuseum API + Colors
https://t.co/4pooPk4o7A
#genuary #genuary2021 #genaury #genaury2021
#generative #computational #creativecoding #generativeart #generativeartcode #Processing #animation #motiondesign
genuary_day22 - f=(x)=>{DRAW(x);f(1*x/4);f(2*x/4);f(3*x/4);}
https://t.co/DpHJPNki4J
#Genuary #genuary2021 #Generative #GenerativeArt #Digital #DigitalArt #Abstract #AbstractArt #Geometry #GeometryArt #ComputerArt #CodeArt #Art #CreativeCoding #Sketch #Javascript #p5 #p5js #F
genuary_day20 - No loop
https://t.co/XIxMxZoJpm
Catching up
#Genuary #genuary2021 #Generative #GenerativeArt #Digital #DigitalArt #Abstract #AbstractArt #Geometry #GeometryArt #ComputerArt #CodeArt #Art #CreativeCoding #Sketch #Javascript #p5 #p5js #Polygons
Prompt 21. Recursion. Genuary21.
function f(x) {
DRAW(x); f(1 * x / 4); f(2 * x / 4); f(3 * x / 4);
}
#genuary #genuary2021 #genaury #genaury2021
#generative #fractal #creativecoding #geometry #experimental #generativeartcode #animation #abstract #motiondesign
GENUARY // JAN.21
function f(x) {
DRAW(x);
f(1 * x / 4);
f(2 * x / 4);
f(3 * x / 4);
}
This one was not easy. Curious to see what other artists have created !
#genuary #genuary2021 #creativecoding #processing
Genuary day 21
Prompt:
𝚏𝚞𝚗𝚌𝚝𝚒𝚘𝚗 𝚏(𝚡) {
𝙳𝚁𝙰𝚆(𝚡);
𝚏(𝟷 * 𝚡 / 𝟺);
𝚏(𝟸 * 𝚡 / 𝟺);
𝚏(𝟹 * 𝚡 / 𝟺);
}
Code: https://t.co/88N4gctZVh
#genuary #genuary2021 #p5js
Day 20!
These images were all created with #nannou using a differential growth algorithm.
My questionable link to the prompt is that the perimeter of the shape never intersects itself (which would form a loop).
#genuary #genuary2021 #generative #generativeart
genuary_day19 - Increase the randomness along the Y-axis
https://t.co/ihRjatAznz
#Genuary #genuary2021 #Generative #GenerativeArt #Digital #DigitalArt #Abstract #AbstractArt #Geometry #GeometryArt #ComputerArt #CodeArt #Art #CreativeCoding #Sketch #Javascript #p5 #p5js #Random
"Increase the randomness along the Y-axis". Add rotation to taste.
#genuary2021 #generative #everyday #creativecoding #daily #code #nannou #1480
genuary_day18 - One process grows, another process prunes
https://t.co/mk3x46j8w9
#Genuary #genuary2021 #Generative #GenerativeArt #Digital #DigitalArt #Abstract #AbstractArt #Geometry #GeometryArt #ComputerArt #CodeArt #Art #CreativeCoding #Sketch #Javascript #p5 #p5js #Circle
Day 18 of #genuary2021 Finally finished prompt 15(snow) and 16 (circle). I tried to carve out snowflakes-like shapes using circles. The results don't always look sharp. Ready for plotting! #creativecoding #generativeart #plottertwitter