(no title)
symplee | 5 years ago
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)
boxfire|5 years ago
prionassembly|5 years ago
ggoo|5 years ago
zw123456|5 years ago
tartoran|5 years ago
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)