Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whiteboxdev/example-cellular-automata
Example of cellular automata and procedural generation.
https://github.com/whiteboxdev/example-cellular-automata
defold procgen tutorial
Last synced: 3 months ago
JSON representation
Example of cellular automata and procedural generation.
- Host: GitHub
- URL: https://github.com/whiteboxdev/example-cellular-automata
- Owner: whiteboxdev
- License: zlib
- Created: 2020-09-15T05:27:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-24T16:11:51.000Z (8 months ago)
- Last Synced: 2024-10-25T09:48:33.126Z (3 months ago)
- Topics: defold, procgen, tutorial
- Language: Lua
- Homepage: https://whiteboxdev.github.io/bundles/example-cellular-automata/index.html
- Size: 1.6 MB
- Stars: 37
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-defold - Cellular Automata
README
# Cellular Automata
Example of cellular automata and procedural generation.
Watch the reference video:
https://www.youtube.com/watch?v=slTEz6555TsPlay with the interactive HTML5 demo:
https://whiteboxdev.github.io/bundles/example-cellular-automata/index.htmlPlease click the ☆ button on GitHub if this repository is useful or interesting. Thank you!
![alt text](https://github.com/whiteboxdev/example-cellular-automata/blob/master/assets/thumbnail.png?raw=true)
## Controls
| Control | Description |
| ------- | ----------- |
| 1 | Increase the noise density. |
| 2 | Decrease the noise density. |
| 3 | Increase the iteration count. |
| 4 | Decrease the iteration count. |
| 5 | Regenerate the map with the current settings. |
| 6 | Increment the interation count on the current map. |