iced/examples/game_of_life
Héctor Ramón b5e7fb240c
Merge pull request #2070 from ripytide/master
Added a Frame::scale_nonuniform method
2023-09-07 06:03:41 +02:00
..
src Merge pull request #2070 from ripytide/master 2023-09-07 06:03:41 +02:00
Cargo.toml Update example dependencies 2023-09-07 03:15:02 +02:00
README.md Host GIFs and video examples in iced.rs 2023-09-07 05:05:43 +02:00

Game of Life

An interactive version of the Game of Life, invented by John Horton Conway.

It runs a simulation in a background thread while allowing interaction with a Canvas that displays an infinite grid with zooming, panning, and drawing support.

The main file contains the relevant code of the example.

You can run it with cargo run:

cargo run --package game_of_life