Generative Design Tapestries
Description: Celebrate creativity with this bold typography design featuring the message "Draw to Keep Kids Off Generative A.I." Perfect for artists, illustrators, designers, art teachers, and creative professionals who appreciate humor about the future of art and technology. A great gift for anyone passionate about drawing, sketching, and digital illustration.
Draw to Keep Kids Off Generative AI Funny Artist Quote Design Tapestry
by Circles-T
$23 $30
Degenerate AI (Generative AI) Joke Design, Robot Blushing Tapestry
by FrenArt
$23 $30
Description: Celebrate creativity with this bold typography design featuring the message "Draw to Keep Kids Off Generative A.I." Perfect for artists, illustrators, designers, art teachers, and creative professionals who appreciate humor about the future of art and technology. A great gift for anyone passionate about drawing, sketching, and digital illustration.
Draw to Keep Kids Off Generative A.I. Funny Artist Quote Tapestry
by Circles-T
$23 $30
Description: Computer randomly picks a couple of points and stacks arcs and circles around them.
Arcs of Time and Space in Black, White and Gray Tapestry
by Including jwcoenmathart!
$23 $30
Description: // Daniel Shiffman // http://codingtra.in // http://patreon.com/codingtrain // Code for: https://youtu.be/KWoJgHFYWxY // Coding Challenge #30: Phyllotaxis // http://algorithmicbotany.org/papers/abop/abop-ch4.pdf int n = 200010; float c = 8.5; float start = 0; float hu ; float radius; float rrr, ggg, bbb; void setup() { // size(13500, 13500); size(5000, 5000); // colorMode(HSB, 360, 255, 255); background(0); stroke(0); strokeWeight(.5); println("Running"); } // https://raw.githubusercontent.com/CodingTrain/Rainbow-Code/master/challenges/CC_30_Phyllotaxis/CC_30_Phyllotaxis.pde void draw() { noLoop(); translate(width / 2, height / 2); for (int i = 0; i < n; i++) { float a = i *...
Description: // Created with Processing see processing.org // Licensed under Creative Commons Attribution ShareAlike // https://creativecommons.org/licenses/by-sa/3.0 // https://creativecommons.org/licenses/GPL/2.0/ // http://www.redbubble.com/people/rupertrussell // triangles_005_001 // 20170205 PVector a; PVector b; PVector c; float shrink = .9; float grey=0; float len = 27000; // ensure that this is larger thatn the camvas boolean black = true; void setup () { size(13500, 13500); background(255); noLoop(); smooth(); strokeWeight(1); stroke(grey); int size = 13500; a = new PVector(-size, -size, 0); b = new PVector(size, -size, 0); c = new PVector(0, size, 0); } void draw () { translate(width ...