Skip to content

Conway's Game of Life written with Rust, WebAssembly and WebGPU.

Notifications You must be signed in to change notification settings

gfgafn/wasm_game_of_life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wasm_game_of_life

Conway's Game of Life simulated with Rust and the WebAssembly, rendered with WebGPU or Canvas2D.

Project setup

First you need to install wasm-pack

Compiles and hot-reloads for development

cargo install cargo-watch
cargo watch -c -w src/ -s "wasm-pack build" && cd www/ && npm install && npm run dev

Compiles and minifies for production

wasm-pack build && cd www/ && npm install && npm run build

Reference

About

Conway's Game of Life written with Rust, WebAssembly and WebGPU.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published