Skip to content

whiteboxdev/example-fractal-noise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fractal Noise

Example of fractal noise and procedural generation.

Watch the reference video:
https://www.youtube.com/watch?v=Z6m7tFztEvw

Play with the interactive HTML5 demo:
https://whiteboxdev.github.io/bundles/example-fractal-noise/index.html

Please click the ☆ button on GitHub if this repository is useful or interesting. Thank you!

alt text

Controls

Control Description
A + Up Increase the amplitude.
A + Down Decrease the amplitude.
F + Up Increase the frequency.
F + Down Decrease the frequency.
O + Up Increase the octaves.
O + Down Decrease the octaves.
L + Up Increase the lacunarity.
L + Down Decrease the lacunarity.
P + Up Increase the persistence.
P + Down Decrease the persistence.
Enter Generate a new map.