pixels/examples/conway
Jay Oster b5b55c43f7
Add feature flag to enable all log levels in examples (#98)
- Adds extra troubleshooting documentation to the README
2020-07-18 23:00:26 -07:00
..
src Change Vsync setting to use Fifo present mode (#93) 2020-07-17 16:34:54 -07:00
Cargo.toml Add feature flag to enable all log levels in examples (#98) 2020-07-18 23:00:26 -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