Animation w/Noise

Animation with noise( ) added to the animation timer gives more organic feeling of energy.

Similar animation without noise has perfectly consistant timing.

noise( )

Processing Link: https://processing.org/reference/noise_.html

Perlin noise has a more organic appearance because it produces a naturally ordered (“smooth”) sequence of pseudo-random numbers. The graph below shows Perlin noise over time, with the x-axis representing time; note the smoothness of the curve. Khan Academy

Images below from Khan Academy - Show how noise ( ) differs from random( )

https://www.khanacademy.org/computing/computer-programming/programming-natural-simulations/programming-noise/a/perlin-noise

Last updated

Was this helpful?