Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whiteboxdev/example-lazy-flood-fill
Example of the lazy flood fill algorithm and procedural generation.
https://github.com/whiteboxdev/example-lazy-flood-fill
defold procgen tutorial
Last synced: 2 months ago
JSON representation
Example of the lazy flood fill algorithm and procedural generation.
- Host: GitHub
- URL: https://github.com/whiteboxdev/example-lazy-flood-fill
- Owner: whiteboxdev
- License: zlib
- Created: 2021-01-23T20:39:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-24T16:13:03.000Z (9 months ago)
- Last Synced: 2024-10-10T13:05:48.296Z (4 months ago)
- Topics: defold, procgen, tutorial
- Language: Lua
- Homepage: https://whiteboxdev.github.io/bundles/example-lazy-flood-fill/index.html
- Size: 785 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-defold - Lazy Flood Fill
README
# Lazy Flood Fill
Example of the lazy flood fill algorithm and procedural generation.
Watch the reference video:
https://www.youtube.com/watch?v=YS0MTrjxGbMPlay with the interactive HTML5 demo:
https://whiteboxdev.github.io/bundles/example-lazy-flood-fill/index.htmlPlease click the ☆ button on GitHub if this repository is useful or interesting. Thank you!
![alt text](https://github.com/whiteboxdev/example-lazy-flood-fill/blob/main/assets/thumbnail.png?raw=true)
## Controls
| Control | Description |
| ------- | ----------- |
| 1 | Generate a new map. |
| 2 | Decrease the iteration count. |
| 3 | Increase the iteration count. |
| 4 | Decrease the decay value. |
| 5 | Increase the decay value. |