Skip to content

alxgiraud/noise-picture-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noise Picture Experiment

screenshot demo

Repositories used

How it works

You can used the checkboxes to show or hide the picture, the noise or the hue variation.

The hue variation uses the noise to smoothly update the colors with random tints.

Algorithm radio buttons allow you to used Perlin Noise or Simplex Noise algorithms.

The noise seed is randomly picked. You can use the Refresh Noise button to get a new seed.

Slider Effect
Speed Define how fast the noise and the hue variation evolve
Intensity Set the noise less or more visible
Frequency Increase or decrease the number of cycles per unit length
Octaves Define the amount of noises that are added together to form final noise
Persistence Define how much influence each successive octave has
Lacunarity Define how quickly the frequency increases for each successive octave

Additional information about Perlin noise and the attributes used can be found at the following urls:

Performance

The frame per second may vary based on your browser. The performance appears to be better on Mozilla Firefox.

In case of performance issues use small-sized images and try to limit the use of octaves.

About

Having fun with Canvas and Perlin/Simplex noise

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published