Skip to content

Conway's game of life written in Rust and compiled in Wasm

Notifications You must be signed in to change notification settings

maxisusi/wasm-game-of-life

Repository files navigation

Game of life in WASM 🦀

This is a small demo of Conway's Game of Life written in Rust using web assembly.

The game cells are stored in wasm memory and represented as a one-dimensional vector. The pointer of the vector is shared to the javascript runtime in order to render the game state. I've also written a simple abstraction to easily query the the state of the cells and manage their behaviour.

The project is bundled with the webpack.

hello (online-video-cutter com)

About

Conway's game of life written in Rust and compiled in Wasm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published