From eda7942e8225b06b0525458870de00645247338d Mon Sep 17 00:00:00 2001 From: Magnus Ulimoen Date: Sat, 24 Aug 2019 18:55:00 +0200 Subject: [PATCH] change link to demo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9640193..83cfa27 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # What is it? -This is a test at combining rust+WASM+WebGL. The prototype can be seen [here](https://ulimoen.dev/pages/waves). +This is a test at combining rust+WASM+WebGL. The prototype can be seen [here](https://ulimoen.dev/physics/maxwell). It is currently solving the 2D Maxwell equations in homogenous media. # Building Run `make_wasm.py` or `make_wasm.py -r` for the release version.