ESP32 Art

Creative demos & applications powered by ESP32


← Back to gallery

Conway's Game of Life - Rust Embedded

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

Screenshot

Supported Boards:

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.