Implementation of Conway's Game of Life Rust Bare Metal.
The implementation is based on Rust no_std, using mipidsi crate.
cd esp32-s3-box-3-minimal
cargo run --release
Rust Bare Metal no_std with Bevy ECS no_std on 1.47 inch ESP32-C6 LCD Waheshare with DMA and framebuffer - Conway's Game of Life:
2025-03-bevy-no_std.mp4
The implementation is based on Rust no_std and Bevy 0.15 no_std, plus mipidsi crate
cd esp32-c6-waveshare-1_47
cargo run --release
Controls: Press button under display to reset the game state (GPIO 41).
The implementation is based on Rust no_std, using mipidsi crate and Bevy ECS. It requires es-rs toolchain for ESP32-S3 version at least 1.85, because of edition 2024.
Installation of the toolchain:
cargo install espup
espup install --toolchain-version 1.85.0.0
source ~/export-esp.sh
Build:
cd m5stack-atom-s3
cargo run --release
The implementation is based on Rust no_std, using mipidsi crate and Bevy ECS. It requires es-rs toolchain for ESP32-S3 version at least 1.85, because of edition 2024.
Installation of the toolchain:
cargo install espup
espup install --toolchain-version 1.85.0.0
source ~/export-esp.sh
Build:
cd esp32-s3-box-3
cargo run --release
cd esp32-c3-lcdkit
cargo run --release
This is experimental implementation for WASM.
cd wasm
wasm-pack build --target web
wasm-bindgen --target web --out-dir pkg target/wasm32-unknown-unknown/release/conways_wasm.wasm
python3 -m http.server
This board is no longer in production, yet it's still used by many developers.
The implementation is based on Rust no_std, using mipidsi crate and Bevy ECS. It requires es-rs toolchain for ESP32-S3 version at least 1.85, because of edition 2024.
Installation of the toolchain:
cargo install espup
espup install --toolchain-version 1.85.0.0
source ~/export-esp.sh
Build:
cd esp32-wrover-kit
cargo run --release