pixels/examples/conway
Jay Oster b76ae1f7bc
Update winit to 0.25 (#168)
- Update winit
- Update egui_winit_platform
- Update imgui_winit_support
- Fix hyperlink and resize in `egui-winit` example
2021-05-29 02:18:48 -07:00
..
src Rename resize to resize_surface (#149) 2021-03-09 04:15:24 -08:00
Cargo.toml Update winit to 0.25 (#168) 2021-05-29 02:18:48 -07:00
README.md Fix dependency bloat (#67) 2020-04-13 10:12:18 -07:00

Conway's Game of Life

Conway's Game of Life

Running

cargo run --release --package conway

Controls

  • Mouse: Left click toggles cells, dragging draws lines.
  • P: Toggle pause.
  • space: Frame step (enables pause if not already paused)
  • R: Randomize
  • escape: Quit