Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/whiteboxdev/example-fractal-noise
- Owner: whiteboxdev
- License: zlib
- Created: 2021-02-14T05:36:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-24T16:12:44.000Z (8 months ago)
- Last Synced: 2024-10-10T13:05:45.575Z (4 months ago)
- Topics: defold, procgen, tutorial
- Language: Lua
- Homepage: https://whiteboxdev.github.io/bundles/example-fractal-noise/index.html
- Size: 1.49 MB
- Stars: 15
- Watchers: 2
- 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!
![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. |