1
0
Fork
You've already forked waves
0
Electromagnetic wave simulation
  • Rust 99.1%
  • HTML 0.9%
2024年08月17日 09:49:44 +02:00
assets/fonts cleanup 2024年07月26日 21:11:36 +02:00
img update img 2024年07月20日 20:41:51 +02:00
src add some docs 2024年08月17日 09:49:44 +02:00
.gitignore initial import 2024年07月12日 11:51:36 +02:00
Cargo.lock rename 2024年07月21日 16:52:45 +02:00
Cargo.toml rename 2024年07月21日 16:52:45 +02:00
index.html initial import 2024年07月12日 11:51:36 +02:00
LICENSE add license 2024年07月21日 16:48:36 +02:00
readme.md improve readme 2024年07月21日 16:48:30 +02:00

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