Conway's Game of Life - Rust Embedded
Rust bare-metal implementation of Conway's Game of Life for multiple ESP32 boards.

Supported Boards:
- ESP32-P4-Function-EV-Board - Flash
Source Code:
https://github.com/georgik/esp32-conways-game-of-life-rs
This Rust bare-metal implementation demonstrates Conway's Game of Life on multiple ESP32 boards using no_std
. It supports a shared game core that runs across desktop, embedded targets, and even WebAssembly (wasm).
Each tick computes the next generation of the board while rendering through embedded-friendly backends.