Genuary day 15: "Sand."
Colorful dunes made with cellular automata

Code: https://t.co/0Lv9rAmBmT

7 177

The curves are coming along nicely, still doing some tuning of the variations. The prompt was "something you'd never make" so I didn't make it and focused on this instead :)

2 8

day 14: something you’d never make

i dont have an answer to this because i am up for trying to make *everything* under and beyond the sun

so here's some random recursion

2 12

14. Something that you'd never make: 3d-print this tree 🌴

branch(20);module branch(s){if(s>2.5){cylinder(h=s*1.1,r1=s/4,r2=s/5);translate([0,0,s]){rotate([0,36,40])branch(s*.75);rotate([-30,-36,40])branch(s*.75);rotate([30,0,40])branch(s*.75);}}}

1 18

Genuary 06 – Trade styles with a friend ... trying to re-create 's Subscapes, you can read about the techniques here https://t.co/WU7vphhz9O

2 28

day 13 is the day! or either way. it's narrow, it's long, and you bet your ass it's a friendship bracelet.

1 14

Day 9 was "architecture"?
Categories this year are really favoring me it seems 😀

3 27

vec2 p=FC.xy/r*2.-1.;p.y/=10.;
float u=fract(length(p)*(20.+10.*sin(t)))/2.,i;
for(i=0.;i<=1.;i+=.1){vec2 O=vec2(sin(i*PI2-t),cos(i*PI2-t))*.5;o.xzy+=(p-O).xyy/(length((p-O).xyx)-(.5-.25*sin(u-t)));}
o.xzy*=.025*rotate3D(u,o.zxy);
//#genuary2021
//day 13:

8 82

Genuary 12: Packing
I used circle packing where larger cirles are used for areas of the image that are simpler.
https://t.co/Gwa5tA998t

0 6

Here is my entry for today's
I choose to pack circles ! Have a nice day !

9 66

Genuary Day 12 - Packing (Volumetric Sphere Packing)

View in 4320*4320
https://t.co/5m7DMtVP06 (1/1 20tez)
https://t.co/YjYEuPsfFH (5/5 4tez)
https://t.co/eXiChi9nXv (10/10 2tez)
https://t.co/rQkoUz5trk (20/20 1tez)

1 13

Happy Day 12! If it's helpful, here is some circle packing starter code for you:
https://t.co/EMFFGiNibL
https://t.co/rmRrRb2Llq

6 110

gm

- 07 ↴

—Sol LeWitt Wall Drawing.

Catching up on Genuary with this piece also available on here:

https://t.co/HnJ1sN3rPA

2 3

Day12 “Packing (squares, circles, any shape…)”
https://t.co/agIu8ULEpy

reference: The Coding Train/ 9.8: Random Circles with No Overlap - p5.js Tutorial https://t.co/IBuMIQk8X2

2 17

Genuary 011 - Tadoussac.
Prompt: No Computer.

It's not generative art so I maybe cheated with that one? I interpreted it as "no code" so I made something with a drawing tablet. Hope it's still valid 😅

0 9

day 10: Machine learning, wrong answers only

Two entries today.

The first: CLIP guided diffusion w/ the prompt "A crisp watercolor painting of stochastic gradient descent, trending on ArtStation"

0 21

"Machine learning, wrong answers only"

Made a fake neural network! Not gonna lie, kinda proud of this one.
On : https://t.co/V60KramSff

5 98

day 10, Machine learning, wrong answers.
I work on ML, so when I first saw voronoi art I implemented it in JS as kNN with k=1. It works but is super slow compared to normal voronoi stuff. With k>1, the results are really cool though.

0 4