top | item 25575063

(no title)

symplee | 5 years ago

This is awesome!

Anyone discover any cool graphs to share?

For example, the simplest one producing something interesting I've found so far is:

  t%x
Which creates a growing jagged triangular graph when you press "play" for the "t" constant.

Naturally, this can be built upon to make weirder and weirder graphs, ex:

  sin(t%x)

discuss

order

boxfire|5 years ago

    noise(t*x)*(x+1)
There was a hypnotic graphic effect on my phone. As the wave phased between modes it appears to be a smooth wave after a threshold (graph sample aliasing?), a cyclic standing envelope like angular frequency, in t. Quite nice.

ggoo|5 years ago

inversesqrt(t%x)

zw123456|5 years ago

I kind of like this one sin(8x)/2x

tartoran|5 years ago

try sin(8 * x)/2 * x/sin(t)

or even

sin(b * x * t/clamp(b/10,x/t,t)) * x * clamp(b/40 * t,x/10,t)

or sin(b * x * t/clamp(b/10,x / t,t)) * x * clamp(b/40,x/10,t)

or sin( b * x * t/clamp(b/10,x/t,t)) * x * (x-x * x) * clamp(b/4,sin (x * t) * x/10,t)