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!
| 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. |