SummationByParts/README.md

10 lines
410 B
Markdown
Raw Normal View History

2019-07-27 18:53:39 +00:00
# What is it?
2019-08-24 16:55:00 +00:00
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.
2019-07-27 18:53:39 +00:00
# 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.