Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 460 Bytes

readme.md

File metadata and controls

27 lines (19 loc) · 460 Bytes

Waves

Simulations using the bevy game engine

Electromagnetic wave

alt text

cargo run

Web:

cargo build --target wasm32-unknown-unknown
wasm-bindgen --out-name wasm_example \
 --out-dir target \
 --target web target/wasm32-unknown-unknown/debug/things.wasm
python -m http.server 8888

Contribute

  1. Fork
  2. Commit changes to a branch in your fork
  3. Push your code and make a pull request