Skip to content

Browser implementation of Conway's Game of Life using Rust and Webassembly (WASM).

License

Notifications You must be signed in to change notification settings

svda/wasm-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Browser implementation of Conway's Game of Life using Rust and Webassembly (WASM).

Getting started

First make sure you have Rust, wasm-pack and NPM installed.

Cmpile the Rust source:

wasm-pack build

This will generate a pkg folder with the compiled Rust code that is used by the browser.

Install Javascript dependencies and run the webpack development server:

cd ./www
npm install
npm start

It should open a browser window with a running life instance.

🔋 Batteries Included

About

Browser implementation of Conway's Game of Life using Rust and Webassembly (WASM).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published