Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# Cellular Automata

Example of cellular automata and procedural generation.

Watch the reference video:
https://www.youtube.com/watch?v=slTEz6555Ts

Play with the interactive HTML5 demo:
https://whiteboxdev.github.io/bundles/example-cellular-automata/index.html

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