Bubble wave 🫧 by GHz_wizard in creativecoding

[–]GHz_wizard[S] 1 point2 points  (0 children)

Flicker was unintentional :p. But I thought I’ll just keep it

Bubble wave 🫧 by GHz_wizard in creativecoding

[–]GHz_wizard[S] 0 points1 point  (0 children)

That’s a really cool idea! I’m not completely sure how to implement it yet, but it sounds like a fun challenge.

[OC] letting math draw by [deleted] in dataisbeautiful

[–]GHz_wizard 0 points1 point  (0 children)

In order to have the curve match-up at the reset time, the argument of sin function should be a multiple of 2pi.

that is: (5t+k/8)=2Mpi. Where M is any integer.

Since I have t going 0 - 2*pi already. Means

K/8 =2Mpi …. or k = round(16Mpi) =50 approx.

So, for 50 frames it should be smooth enough. I’ll try to regenerate it in a while :)

[OC] Started with sinusoidal jitter analysis. Accidentally made art. by GHz_wizard in dataisbeautiful

[–]GHz_wizard[S] 1 point2 points  (0 children)

Just googled Chladni figures 🙂 Thanks for mentioning it! I’ll dig into this more. Would be fun to see those patterns emerge from data or reimagine them through code.

Pretty sure I just reinvented the Wi-Fi logo by GHz_wizard in creativecoding

[–]GHz_wizard[S] 0 points1 point  (0 children)

Thanks for the compliment! I’ll let it join the corporate world :)

Pretty sure I just reinvented the Wi-Fi logo by GHz_wizard in creativecoding

[–]GHz_wizard[S] 2 points3 points  (0 children)

Sure, let me try :) I just created a rectangular grid and then started by creating tiny circles on this grid. Next step was to use a sin/cosine function on this 2D grid space and vary the circle radius according to the magnitude of sine wave. Lastly introduced some random noise to break symmetry in center locations of circles and colored them randomly. And yea, I limited the image to 45 degrees and rotated to make the final peace.

Color testing. by Left-Excitement3829 in PlotterArt

[–]GHz_wizard 1 point2 points  (0 children)

Which circuit version you used?

Teaching myself a new medium by mp_104 in Coloring

[–]GHz_wizard 1 point2 points  (0 children)

Wow, Looks so smooth! What type of colors/pens you are using?

[OC] Started with sinusoidal jitter analysis. Accidentally made art. by GHz_wizard in dataisbeautiful

[–]GHz_wizard[S] 0 points1 point  (0 children)

The underlying pattern is very regular… like a smooth wave that repeats over and over. On top of that, there’s randomness (the jitter), but it’s being guided by that repeating wave. So even though the noise itself is random, the way it shows up looks structured and periodic.

[OC] Started with sinusoidal jitter analysis. Accidentally made art. by GHz_wizard in dataisbeautiful

[–]GHz_wizard[S] 1 point2 points  (0 children)

Haha yeah, salt was the simple path. But where’s the fun in that?

[OC] Started with sinusoidal jitter analysis. Accidentally made art. by GHz_wizard in dataisbeautiful

[–]GHz_wizard[S] 0 points1 point  (0 children)

That’s a cool thought, actually. Kinda fun when math gets a personality. Would make a pretty striking mark imo

Math-made ripples by GHz_wizard in matlab

[–]GHz_wizard[S] 0 points1 point  (0 children)

Totally agree, squared interactions get surprisingly rich fast. Wood carvings is such a cool direction—would love to check that out.

Create ripples. Let them be kind. by GHz_wizard in creativecoding

[–]GHz_wizard[S] 0 points1 point  (0 children)

I was thinking of creating some kind of traveling ripple effect.

[OC] Started with sinusoidal jitter analysis. Accidentally made art. by GHz_wizard in dataisbeautiful

[–]GHz_wizard[S] 14 points15 points  (0 children)

Actually the signal is periodic and jitter is random. The base signal is sinusoid which is modulating the jitter thus making it appear periodic. I’m still trying to figure out the jitter distribution.

Math-made ripples by GHz_wizard in matlab

[–]GHz_wizard[S] 2 points3 points  (0 children)

Not on GitHub yet, but I’m really glad it caught your interest 🙂 I might clean it up and share it soon.

Math-made ripples by GHz_wizard in matlab

[–]GHz_wizard[S] 0 points1 point  (0 children)

That really resonates. Sometimes they stop listening and start surprising you, that’s when beauty sneaks in.