examples/math/noise1dExample/README.md
This Example demonstrates various parameters of one-dimensional ofSignedNoise, a Perlin noise calculator. The example demonstrates control of different properties of noise, shown in linear and radial line graphs, rotation angle control of a simple robot, and color modulation.
This example is intended to show several possible outcomes of the ofSignedNoise function (ranging from linear terrain to angular motion to color) and is not intended as a basic introduction to noise.
Sliders in the main window control the step (resolution) and amount (amplitude) of the noise calculation.
When launching this app, you should see a screen with
This Example uses ofxSimpleSlider for the property sliders.