Skip to content

NightShade256/Lithium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lithium

A simple implementation of Conway's Game of Life written in Rust, targeting WASM.

Build Instructions

The wasm32-unknown-unknown Rust target and the wasm-bindgen CLI tool is required to build Lithium from source. Python 3 (the http.server module to be specific) is required to serve the web page.

To build the WASM binary, execute

cargo xtask build

To serve the web page, execute

cargo xtask serve

To remove the build WASM artifacts, execute

cargo xtask clean

License

Lithium is licensed under the terms of the Apache 2.0 license.

About

A simple implementation of Conway's Game of Life.

Resources

License

Stars

Watchers

Forks