Skip to content

williammortl/WebDev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

William M Mortl's Website

My personal website which uses Rust code compiled into WebAssembly to run Conway's Game of Life as well as any elementary cellular automaton based upon its Wolfram code.

Pre-requisites

Make sure to have the following installed:

  1. Rust
  2. wasm-pack to install run: cargo install wasm-pack
  3. python3 (if you want to use the built in webserver for testing from the Makefile)
  4. make

Dependancies

  1. automaton is an additional Rust crate provides Wolfram elementary cellular automata (rule 110, etc.)

Building, etc.

  • make clean cleans the project
  • make build builds the WebAssembly and copies the needed file to the /web/pkg directory
  • make run starts the python3 webserver and serves up the web page with the corresponding WebAssembly code (so long as you build it first)

About

My personal website which uses Rust code compiled into WebAssembly to run Conway's Game of Life.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors