Electromagnetic wave simulation
- Rust 99.1%
- HTML 0.9%
|
|
||
|---|---|---|
| assets/fonts | cleanup | |
| img | update img | |
| src | add some docs | |
| .gitignore | initial import | |
| Cargo.lock | rename | |
| Cargo.toml | rename | |
| index.html | initial import | |
| LICENSE | add license | |
| readme.md | improve readme | |
Waves
Simulations using the bevy game engine
Electromagnetic wave
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
- Fork
- Commit changes to a branch in your fork
- Push your code and make a pull request