day 24: "Create your own pseudo-random number generator and visually check the results."

Simple bad PRNG, visualized with a marching algorithm.
Some patterns are visible, that should not occurs with a good PRNG.

2 18


Day24 "Create your own pseudo-random number generator and visually check the results"
https://t.co/IrtG3xhfei

6 17

`abstract vegetation'

A riff on Stitched.
spring / summer / fall / winter

8 146

prompt day 22: make something that will look completely different in a year. This sketch began with the idea of a slow year-long sublimation https://t.co/mYlPu96int Here's how it will look over the next year

0 14

Day24 “Create your own pseudo-random number generator and visually check the results”
2020年の熊谷市の花粉飛散量のデータをrandomの代わりに使いました。noiseのような緩やかな変化にはならなかった。
https://t.co/agIu8ULEpy

1 24

Genuary Day 23: “Abstract vegetation.”

9 78

abstract vegitation: attempting to recreate van gogh's almond blossoms, one of my fav paintings ever
using L-systems :)

5 25

Prompt - Genuary 2022: Make something that will look completely different in a year. Abstract animated visualization of Quality Air data in 2021 (SO2, FL_SO, NO2, O3, ...) from a station near home.

0 21

Day 23. Abstract vegetation. Very quick one, it is Sunday morning after all...
https://t.co/sRa5gam9My

0 23

2022 - Day 22 - Make something that will look completely different in a year

A twisted clock and calendar
made with

https://t.co/stEypvSOfy

2 19

Genuary 21: Combine ideas from several previous works.
The gif compression on twitter looks awful with the dithering. Here are a few stills.

1 8

it's a mashup! combined yesterday's piece with the single-curve flower from day

https://t.co/YOKI0kcND5

1 16

Prompt - Genuary 2022: Combine 2 of your pieces from previous days. Combined prompts 9 (Architecture) & 12 (Packing) to animate an ever evolving abstract city.

5 11

Day 12 - Packing

Empecé con el código de packing de (https://t.co/Ur8VgJkEiM) y terminé generando estos espirales/caracoles, así que vale también para Day 15 - Sand.

2 19

21. Sol LeWitt + 3 Colors 🟧⬜️🟩

size(800,800);strokeWeight(8);int i=0,x,y,s,c[]={#15616d,#ffecd1,#ff7d00};while(i<999){x=y=18*(int)random(40);s=18+18*(int)random(9);fill(c[++i%3]);rect(0,y,800,s);rect(x,0,s,800);fill(c[++i%3]);rect(x,y,s,s)}

0 27

Genuary day 21: "Combine two (or more) of your pieces from previous days to make a new piece."
Light spirals from day 1 + domain warping from day 14

Code: https://t.co/QvkomzrkvX

0 20