You can find the simulation online on: danielvintner.com.
- Install DenoJS
- Run scripts from
bash.sh
libcontains the core script (manager) and utilitiesgraphdisplays data produced by lib on a chartcanvasdisplays data produced by lib on a canvas
./bash.sh startruns the pre set script from deno.ts./bash.sh bundlewill bundle the manager, graph, canvas and worker
- open
canvas/test.htmlin a static web server to see the canvas - open
graph/test.htmlin a static web server to see the chart
MIT