https://github.com/mkj/centres
Cellular automata gui
https://github.com/mkj/centres
Last synced: 11 months ago
JSON representation
Cellular automata gui
- Host: GitHub
- URL: https://github.com/mkj/centres
- Owner: mkj
- Created: 2020-09-04T10:36:04.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2020-10-06T12:29:22.000Z (over 5 years ago)
- Last Synced: 2025-03-02T18:51:24.206Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 117 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Experiments with cellular automata
This program grows images starting from random noise, using simple rules about neighbours.
It uses [Druid](https://github.com/linebender/druid), a cross-platform GUI library. It's a work in progress experiment, code is fairly roughly edited.


