Skip to content

Game of life visualizer implemented in rust / web assembly / javascript

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT
Notifications You must be signed in to change notification settings

JCourt1/wasm-game-of-life-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wasm-game-of-life-visualizer

About

A visualizer for Conway's game of life built using Rust compiled to WebAssembly.

This project uses wasm-pack-template.

🚴 Usage

The web assembly can be built using:

wasm-pack build

Then, install Javascript dependencies and run local server with:

cd www
npm install && npm run start

🔬 Test in Headless Browsers with wasm-pack test

wasm-pack test --headless --firefox

License

Licensed under either of

About

Game of life visualizer implemented in rust / web assembly / javascript

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published