Show HN: Game of Life with grid editor in browser with Rust and WASM

by someguy101010on 12/13/2023, 7:57 PMwith 0 comments

I coded up a game of life implementation in rust and web assembly using https://yew.rs/ as an effort to sharpen my rust skills and it resulted as a fun toy. You can find the source here: https://gitlab.com/reedrichards/wvdom Enjoy!

0