Go to file
Magnus Ulimoen 8b11cb74e4 avoid inlining hot functions 2019-11-14 18:18:50 +01:00
src avoid inlining hot functions 2019-11-14 18:18:50 +01:00
.gitignore add wasm to .gitignore 2019-08-09 18:28:52 +02:00
Cargo.toml use simd for diffy 2019-11-09 12:58:14 +01:00
README.md change link to demo 2019-08-24 18:55:00 +02:00
index.html rename to maxwell 2019-09-09 18:36:47 +02:00
main.js advance twice as fast 2019-11-09 13:07:42 +01:00
make_wasm.py rename to maxwell 2019-09-09 18:36:47 +02:00
style.css add automatic resizing 2019-03-27 22:51:03 +01: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.