Skip to content

ivnsch/waves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published