A rust implementation of Conway's Game of Life in rust using the bevy game engine!
How to run :
cargo run -rSpaceto generate a new random simulationClick or touchto add a cellsEscto escape the simulation
How to build for android :
cd app
cargo apk runHow to profile :
cargo run --release --features bevy/trace_chrome
# Open result json file in https://ui.perfetto.dev