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: about 2 months ago
JSON representation
Example of fractal noise and procedural generation.
- Host: GitHub
- URL: https://github.com/whiteboxdev/example-fractal-noise
- Owner: whiteboxdev
- License: zlib
- Created: 2021-02-14T05:36:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-24T16:12:44.000Z (about 1 year ago)
- Last Synced: 2025-04-04T14:53:20.765Z (2 months ago)
- Topics: defold, procgen, tutorial
- Language: Lua
- Homepage: https://whiteboxdev.github.io/bundles/example-fractal-noise/index.html
- Size: 1.49 MB
- Stars: 16
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-defold - Fractal Noise
README
# Fractal Noise
Example of fractal noise and procedural generation.
Watch the reference video:
https://www.youtube.com/watch?v=Z6m7tFztEvwPlay with the interactive HTML5 demo:
https://whiteboxdev.github.io/bundles/example-fractal-noise/index.htmlPlease click the ☆ button on GitHub if this repository is useful or interesting. Thank you!

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