https://github.com/ivnsch/waves
Electromagnetic wave simulation
https://github.com/ivnsch/waves
bevy bevy-engine physics rust simulation
Last synced: 4 months ago
JSON representation
Electromagnetic wave simulation
- Host: GitHub
- URL: https://github.com/ivnsch/waves
- Owner: ivnsch
- License: mit
- Created: 2024-07-12T09:51:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-17T07:49:51.000Z (almost 2 years ago)
- Last Synced: 2025-10-19T16:56:49.226Z (8 months ago)
- Topics: bevy, bevy-engine, physics, rust, simulation
- Language: Rust
- Homepage:
- Size: 1.7 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Waves
Simulations using the [bevy game engine](https://bevyengine.org)
## 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
1. Fork
2. Commit changes to a branch in your fork
3. Push your code and make a pull request