Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 969 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 969 Bytes

Reaction Diffusion

screenshot

Try it here

https://callumferguson.github.io/reaction-diffusion/github-page/reaction-diffusion/

Conway's Game of Life

This repository also contains and infinite grid game of life on and older commit

Try it here

Setup

  1. clone repo
git clone https://github.com/CallumFerguson/reaction-diffusion
  1. cd into hotreloader
cd reaction-diffusion/hotreloader
  1. install npm dependencies
npm install
  1. start the hotreloader
    • this will run wasm-pack and host a server at http://127.0.0.1:3000
    • it may take a minute the first time it compiles
    • if anything changes in src, it will recompile and refresh the webpage
npm start