@jakmeier/wasm-covid-sim
v1.0.0
Published
Demo app for Rust in the browser.
Downloads
46
Readme
Covid19 Simulation (Rust/WASM tutorial example app)
This is toy project created for an article about Rust in the browser.
It simulates the infection in a population represented by a grid of simple <div>
that change color based on their health.
This is not meant to be an accurate simulation in any sense. It may be fun to play around with different numbers. But really, the app only exists as an example app to help people learn about using Rust in the browser.
- TODO: Add link to online demo
- TODO: Add link to final article