Go to file
Magnus Ulimoen afa2ce655f tweak convergence test 2020-02-25 19:44:13 +01:00
sbp tweak convergence test 2020-02-25 19:44:13 +01:00
src use workspaces 2020-02-19 19:31:03 +01:00
webfront readd tracebacks and move vortex init to Field 2020-02-22 18:57:22 +01:00
.gitignore add .gitignores 2020-02-19 21:51:48 +01:00
Cargo.toml use workspaces 2020-02-19 19:31:03 +01:00
README.md change link to demo 2019-08-24 18:55:00 +02:00

README.md

What is it?

This is a test at combining rust+WASM+WebGL. The prototype can be seen here. 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.

Running

After building, a http server needs to serve the contents. WASM requires this server to serve .wasm as application/wasm.