Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/whiteboxdev/example-fractal-noise

Example of fractal noise and procedural generation.
https://github.com/whiteboxdev/example-fractal-noise

defold procgen tutorial

Last synced: 2 months ago
JSON representation

Example of fractal noise and procedural generation.

Awesome Lists containing this project

README

        

# 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](https://github.com/whiteboxdev/example-fractal-noise/blob/main/assets/thumbnail.png?raw=true)

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